forked from hypermail-project/hypermail
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
58 lines (53 loc) · 912 Bytes
/
.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
# ignore all files generated by configure and make
autom4te.cache
config.cache
config.h
config.log
config.status
Makefile
*.la
*.lo
*.o
*.so.*
*.a
.libs/
src/defaults.h
src/getdate.c
src/defaults.h
src/getdate.c
src/hypermail
src/lang
src/mail
# PCRE (if using the bundled lib)
src/pcre/.deps
src/pcre/.deps/
src/pcre/autom4te.cache/
src/pcre/libpcre.pc
src/pcre/libpcre16.pc
src/pcre/libpcre32.pc
src/pcre/libpcrecpp.pc
src/pcre/libpcreposix.pc
src/pcre/pcre_chartables.c
src/pcre/pcre_scanner_unittest
src/pcre/pcre_stringpiece.h
src/pcre/pcre_stringpiece_unittest
src/pcre/pcrecpp_unittest
src/pcre/pcrecpparg.h
src/pcre/stamp-h1
src/pcre/pcre.h
src/pcre/pcre-config
src/pcre/dftables
src/pcre/libtool
src/pcre/pcregrep
src/pcre/pcretest
# other files created when compiling
archive/msg2archive
archive/rdmsg
tests/testhm
tests/testdir
tests/testmail
# vi or emacs edited ones
.*~
\#.*
# swap files
.swp