-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
71 lines (60 loc) · 1.07 KB
/
.gitignore
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
*~
.deps
.dirstamp
*.o
*.a
Makefile.in
Makefile
/ChangeLog
/VERSION
/NEWS
/TODO
/AUTHORS
/.version
/.tarball-version
/TAGS
/aclocal.m4
/autom4te.cache
/configure
/config.log
/config.status
/src/stamp-h1
/src/config.h
/src/bfd-section-ls
/src/bfd-section-mv
/src/bfd-section-stat
/src/bfd-section-remangle
/src/bfd-section-symbols
#/src/gnulib/*
#!/src/gnulib/Makefile.am
/src/gnulib/stdlib.h
/src/gnulib/string.h
/src/gnulib/unistd.h
/tools/autotools/link-warning.h
/tools/maint/fetch
/tools/maint/wordwrap-detect
/tools/maint/whitespace-detect
/tools/maint/gitlog-to-committers
/tools/maint/gittag-to-date
/.releases
/tools/maint/releases-to-news
/tools/maint/guards-check
/tools/autotools/install-sh
/tools/autotools/missing
/tools/autotools/mdate-sh
/tools/autotools/texinfo.tex
/tools/autotools/compile
/tools/autotools/depcomp
/tools/autotools/config.guess
/tools/autotools/config.sub
/tests/defs
/tests/testSubDir-*
/tests/test-fail
/tests/test-success
/site/in/.sitetool
/site/in/site.stamp
/site/in/todos.sxml
/site/in/todos.dump
/site/in/news.sxml
/site/in/news.dump
/site/out/*