repo.or.cz
/
dash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
man: Clarify the `trap` condition `EXIT`
[dash.git]
/
.gitignore
blob
e349901afa96c49ff3ffddec55cf68b182345c56
1
# .gitignore for dash
2
3
# generated by autogen.sh
4
Makefile.in
5
/aclocal.m4
6
/autom4te.cache/
7
/compile
8
/config.h.in
9
/configure
10
/depcomp
11
/install-sh
12
/missing
13
14
# generated by configure
15
Makefile
16
.deps
17
.dirstamp
18
/config.cache
19
/config.h
20
/config.log
21
/config.status
22
/stamp-h1
23
24
# generated by make
25
/src/token_vars.h
26
27
# Apple debug symbol bundles
28
*.dSYM/
29
30
# backups and patch artefacts
31
*~
32
*.bak
33
*.orig
34
*.rej
35
36
# OS generated files
37
.DS_Store
38
.DS_Store?
39
._*
40
.Spotlight*
41
.Trash*
42
*[Tt]humbs.db