summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1512a9ab0d4b2093490fde57aa036c000019fe72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# don't push out -i
-i

*.save
.DS_Store
.DS_Store?
._*
.Spotlight-V100
#
# these files are all created by the build process; none are in the repository
#
*.o
*.a
*.dSYM
.build
.made

config.h
config.status
config.cache
config.log

autom4te.cache

bash
bashbug
bashversion

Makefile
builtins/Makefile
builtins/builtext.h
builtins/builtins.c
builtins/mkbuiltins
builtins/pipesize.h
builtins/psize.aux

doc/Makefile
examples/loadables/Makefile
examples/loadables/Makefile.inc
examples/loadables/perl/Makefile
lib/glob/Makefile
lib/intl/Makefile
lib/malloc/Makefile
lib/readline/Makefile
lib/sh/Makefile
lib/termcap/Makefile
lib/tilde/Makefile
support/Makefile

lib/intl/charset.alias
lib/intl/libgnuintl.h
lib/intl/libintl.h
lib/intl/ref-add.sed
lib/intl/ref-del.sed

po/Makefile
po/Makefile.in
po/POTFILES
po/stamp-po

support/bash.pc
support/man2html
support/bashbug.sh

lsignames.h
pathnames.h
signames.h
version.h
syntax.c
stamp-h

mksignames
mksyntax

printenv
recho
xcase
zecho
tests/printenv
tests/recho
tests/xcase
tests/zecho

examples/loadables/accept
examples/loadables/basename
examples/loadables/csv
examples/loadables/cut
examples/loadables/dirname
examples/loadables/fdflags
examples/loadables/finfo
examples/loadables/head
examples/loadables/id
examples/loadables/ln
examples/loadables/logname
examples/loadables/mkdir
examples/loadables/mkfifo
examples/loadables/mktemp
examples/loadables/mypid
examples/loadables/pathchk
examples/loadables/print
examples/loadables/push
examples/loadables/realpath
examples/loadables/rm
examples/loadables/rmdir
examples/loadables/seq
examples/loadables/setpgid
examples/loadables/sleep
examples/loadables/strftime
examples/loadables/sync
examples/loadables/tee
examples/loadables/truefalse
examples/loadables/tty
examples/loadables/uname
examples/loadables/unlink
examples/loadables/whoami