We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b10c9a commit 1e19a7aCopy full SHA for 1e19a7a
.gitignore
@@ -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
15
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
24
+src/pcre/dftables
25
+src/pcre/libtool
26
+src/pcre/pcregrep
27
+src/pcre/pcretest
28
+tests/testhm
0 commit comments