blob: a5d79ac2c12224f113be0ef7caf5144cb378de77 (
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
|
# Patterns for all subdirectories: all kinds of automatic backup files.
*.orig
*.rej
*~
.#*
\#*#
*.a
*.o
*.la
*.lo
*.gcno
*.gcda
*.class
*.elc
*.dll
*.exe
*.jar
*.mdb
.deps
.libs
# Files generated by the autotools:
aclocal.m4
configure
autom4te.cache
config.h
config.log
config.status
libtool
stamp-h1
/.version
!/gettext-runtime/intl/Makefile.in
Makefile.in
Makefile
/ChangeLog
/gettext-runtime/ChangeLog
/gettext-runtime/libasprintf/ChangeLog
/gettext-tools/ChangeLog
/gettext-tools/examples/ChangeLog
/build-aux/git-version-gen
/build-aux/gitlog-to-changelog
/build-aux/snippet
/build-aux/test-driver
|