]> git.ipfire.org Git - thirdparty/bash.git/blob - .gitignore
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / .gitignore
1 # don't push out -i
2 -i
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
18 config.h
19 config.status
20 config.cache
21 config.log
22
23 autom4te.cache
24
25 bash
26 bashbug
27 bashversion
28
29 Makefile
30 builtins/Makefile
31 builtins/builtext.h
32 builtins/builtins.c
33 builtins/mkbuiltins
34 builtins/pipesize.h
35 builtins/psize.aux
36
37 doc/Makefile
38 examples/loadables/Makefile
39 examples/loadables/Makefile.inc
40 examples/loadables/perl/Makefile
41 lib/glob/Makefile
42 lib/intl/Makefile
43 lib/malloc/Makefile
44 lib/readline/Makefile
45 lib/sh/Makefile
46 lib/termcap/Makefile
47 lib/tilde/Makefile
48 support/Makefile
49
50 lib/intl/charset.alias
51 lib/intl/libgnuintl.h
52 lib/intl/libintl.h
53 lib/intl/ref-add.sed
54 lib/intl/ref-del.sed
55
56 po/Makefile
57 po/Makefile.in
58 po/POTFILES
59
60 support/bash.pc
61 support/man2html
62 support/bashbug.sh
63
64 lsignames.h
65 pathnames.h
66 signames.h
67 version.h
68 syntax.c
69 stamp-h
70
71 mksignames
72 mksyntax
73
74 printenv
75 recho
76 xcase
77 zecho
78 tests/printenv
79 tests/recho
80 tests/xcase
81 tests/zecho