]> git.ipfire.org Git - thirdparty/bash.git/blob - .gitignore
Bash-5.1 patch 4: fix key-value pair associative array assignment word expansions
[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 po/stamp-po
60
61 support/bash.pc
62 support/man2html
63 support/bashbug.sh
64
65 lsignames.h
66 pathnames.h
67 signames.h
68 version.h
69 syntax.c
70 stamp-h
71
72 mksignames
73 mksyntax
74
75 printenv
76 recho
77 xcase
78 zecho
79 tests/printenv
80 tests/recho
81 tests/xcase
82 tests/zecho
83
84 examples/loadables/accept
85 examples/loadables/basename
86 examples/loadables/csv
87 examples/loadables/cut
88 examples/loadables/dirname
89 examples/loadables/fdflags
90 examples/loadables/finfo
91 examples/loadables/head
92 examples/loadables/id
93 examples/loadables/ln
94 examples/loadables/logname
95 examples/loadables/mkdir
96 examples/loadables/mkfifo
97 examples/loadables/mktemp
98 examples/loadables/mypid
99 examples/loadables/pathchk
100 examples/loadables/print
101 examples/loadables/push
102 examples/loadables/realpath
103 examples/loadables/rm
104 examples/loadables/rmdir
105 examples/loadables/seq
106 examples/loadables/setpgid
107 examples/loadables/sleep
108 examples/loadables/strftime
109 examples/loadables/sync
110 examples/loadables/tee
111 examples/loadables/truefalse
112 examples/loadables/tty
113 examples/loadables/uname
114 examples/loadables/unlink
115 examples/loadables/whoami