summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a803a9b2f3b933655e510f9d5b6305a036bbc4a7 (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
47
48
49
50
51
52
53
54
55
*.o
*.lo
*.a
*.la

# /
/INSTALL
/*.tar.gz
/compile
/*.tmp
/configure
/Makefile.in
/config.log
/depcomp
/config.guess
/config.h*
/ltmain.sh
/config.sub
/Makefile
/*.pws
/config.status*
/stamp-*
/*.bak
/*.prj
/libtool
/autom4te.cache
/missing
/aclocal.m4
/install-sh
/\[config.h\].in
/*.orig
/*.rej
/*.loT

# /doc/
/doc/Makefile
/doc/Makefile.in

# /module/
/module/regex_tree.h
/module/regex_tree.c
/module/Makefile.in
/module/Makefile
/module/regex_oid.h
/module/.*
/module/*.orig
/module/*.rej
/module/*.loT

# /tools/
/tools/.deps
/tools/.libs
/tools/Makefile
/tools/Makefile.in
/tools/sockin