]> arthur.barton.de Git - netatalk.git/blob - libevent/.gitignore
Writing metadata xattr on directories with sticky bit set, FR#94
[netatalk.git] / libevent / .gitignore
1 ### These files should get ignored no matter where they appear.
2
3 # Editors leave these lying around
4 \#*\#
5 .#*
6 *~
7 *.swp
8
9 # C stuff
10 *.o
11
12 # Windows stuff
13 *.obj
14 *.exe
15 *.lib
16
17 # Patch leaves these lying arround
18 *.orig
19 *.rej
20
21 # gcov stuff
22 *.gcno
23 *.gcov
24 *.gcda
25
26 # Autotools stuff
27 .deps
28 Makefile
29 Makefile.in
30
31 # Libtool stuff
32 .libs
33 *.lo
34 *.la
35
36 # ctags stuff
37 TAGS
38
39 # Stuff made by our makefiles
40 libevent.pc
41 libevent_pthreads.pc
42 libevent_openssl.pc
43
44 ## The initial / makes these files only get ignored in particular directories.
45 /autom4te.cache
46
47 # Libtool adds these, at least sometimes
48 /m4/libtool.m4
49 /m4/ltoptions.m4
50 /m4/ltsugar.m4
51 /m4/ltversion.m4
52 /m4/lt~obsolete.m4
53
54 /aclocal.m4
55 /compile
56 /doxygen
57 /config.guess
58 /config.log
59 /config.status
60 /config.sub
61 /configure
62 /depcomp
63 /config.h
64 /config.h.in
65 /install-sh
66 /libtool
67 /ltmain.sh
68 /missing
69 /stamp-h1
70
71 /include/event2/event-config.h
72
73 /sample/dns-example
74 /sample/event-test
75 /sample/hello-world
76 /sample/http-server
77 /sample/le-proxy
78 /sample/signal-test
79 /sample/time-test
80
81 /test/bench
82 /test/bench_cascade
83 /test/bench_http
84 /test/bench_httpclient
85 /test/regress
86 /test/regress.gen.c
87 /test/regress.gen.h
88 /test/rpcgen-attempted
89 /test/test-eof
90 /test/test-init
91 /test/test-ratelim
92 /test/test-time
93 /test/test-weof
94 /test/test-changelist
95