]> git.ipfire.org Git - thirdparty/bash.git/blame - .gitignore
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / .gitignore
CommitLineData
7de27456 1# don't push out -i
8daea13b 2-i
7de27456
CR
3
4*.save
5.DS_Store
6.DS_Store?
7._*
8.Spotlight-V100
9#
10# these files are all created by the build process; none are in the repository
11#
12*.o
13*.a
14*.dSYM
15.build
16.made
17
18config.h
19config.status
20config.cache
21config.log
22
23autom4te.cache
24
25bash
26bashbug
27bashversion
28
4b0f8ba2
CR
29TAGS
30tags
31
7de27456
CR
32Makefile
33builtins/Makefile
34builtins/builtext.h
35builtins/builtins.c
36builtins/mkbuiltins
37builtins/pipesize.h
38builtins/psize.aux
39
40doc/Makefile
41examples/loadables/Makefile
42examples/loadables/Makefile.inc
43examples/loadables/perl/Makefile
44lib/glob/Makefile
45lib/intl/Makefile
46lib/malloc/Makefile
47lib/readline/Makefile
48lib/sh/Makefile
49lib/termcap/Makefile
50lib/tilde/Makefile
51support/Makefile
52
53lib/intl/charset.alias
54lib/intl/libgnuintl.h
55lib/intl/libintl.h
56lib/intl/ref-add.sed
57lib/intl/ref-del.sed
58
59po/Makefile
60po/Makefile.in
61po/POTFILES
cbe03398 62po/stamp-po
7de27456
CR
63
64support/bash.pc
65support/man2html
66support/bashbug.sh
67
68lsignames.h
69pathnames.h
70signames.h
71version.h
72syntax.c
73stamp-h
74
75mksignames
76mksyntax
77
78printenv
79recho
80xcase
81zecho
82tests/printenv
83tests/recho
84tests/xcase
85tests/zecho
cbe03398
CR
86
87examples/loadables/accept
88examples/loadables/basename
89examples/loadables/csv
90examples/loadables/cut
91examples/loadables/dirname
92examples/loadables/fdflags
93examples/loadables/finfo
94examples/loadables/head
95examples/loadables/id
96examples/loadables/ln
97examples/loadables/logname
98examples/loadables/mkdir
99examples/loadables/mkfifo
100examples/loadables/mktemp
101examples/loadables/mypid
102examples/loadables/pathchk
103examples/loadables/print
104examples/loadables/push
105examples/loadables/realpath
106examples/loadables/rm
107examples/loadables/rmdir
108examples/loadables/seq
109examples/loadables/setpgid
110examples/loadables/sleep
111examples/loadables/strftime
112examples/loadables/sync
113examples/loadables/tee
114examples/loadables/truefalse
115examples/loadables/tty
116examples/loadables/uname
117examples/loadables/unlink
118examples/loadables/whoami