Skip to content

Commit 1e19a7a

Browse files
committed
make git status cleaner thru a .gitignore
1 parent 2b10c9a commit 1e19a7a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# ignore all files generated by configure and make
2+
config.cache
3+
config.h
4+
config.log
5+
config.status
6+
Makefile
7+
*.la
8+
*.lo
9+
*.o
10+
*.a
11+
.libs/
12+
src/defaults.h
13+
src/getdate.c
14+
src/defaults.h
15+
src/getdate.c
16+
src/hypermail
17+
src/lang
18+
src/mail
19+
src/pcre/pcre.h
20+
src/pcre/chartables.c
21+
src/pcre/pcre-config
22+
src/pcre/RunTest
23+
src/pcre/RunTest
24+
src/pcre/dftables
25+
src/pcre/libtool
26+
src/pcre/pcregrep
27+
src/pcre/pcretest
28+
tests/testhm

0 commit comments

Comments
 (0)