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# gdb stuff
27.gdb_history
28
29# Autotools stuff
30.deps
31.dirstamp
32Makefile
33Makefile.in
34
35# Libtool stuff
36.libs
37*.lo
38*.la
39
40# ctags stuff
41TAGS
42tags
43
44# cscope stuff
45cscope*
46
47# Stuff made by our makefiles
48*.pc
49*.log
50*.trs
51
52## The initial / makes these files only get ignored in particular directories.
53/autom4te.cache
54
55# configure in progress
56/.cyg*
57/confdefs.*
58/conftest.*
59
60# Libtool adds these, at least sometimes
61/m4/libtool.m4
62/m4/ltoptions.m4
63/m4/ltsugar.m4
64/m4/ltversion.m4
65/m4/lt~obsolete.m4
66
67/aclocal.m4
68/compile
69/doxygen
70/config.cache
71/config.guess
72/config.log
73/config.status
74/config.sub
75/configure
76/configure.lineno
77/depcomp
78/config.h
79/config.h.in
80/install-sh
81/libtool
82/ltmain.sh
83/missing
84/stamp-h1
85/stamp-h2
86
87/include/event2/event-config.h
88/evconfig-private.h
89
90/sample/dns-example
91/sample/event-read-fifo
92/sample/hello-world
93/sample/http-server
94/sample/http-connect
95/sample/le-proxy
96/sample/https-client
97/sample/signal-test
98/sample/time-test
99/sample/event-test
100
101/test-driver
102/test/bench
103/test/bench_cascade
104/test/bench_http
105/test/bench_httpclient
106/test/regress
107/test/regress.gen.c
108/test/regress.gen.h
109/test/rpcgen-attempted
110/test/test-dumpevents
111/test/test-eof
112/test/test-closed
113/test/test-init
114/test/test-ratelim
115/test/test-script.sh
116/test/test-time
117/test/test-weof
118/test/test-changelist
119/test/test-fdleak
120
121
122# Files generated by cmake
123/CMakeCache.txt
124/CMakeFiles/
125/CTestTestfile.cmake
126/DartConfiguration.tcl
127/LibeventConfig.cmake
128/LibeventConfigVersion.cmake
129/LibeventTargets.cmake
130/bin/
131/cmake_install.cmake
132/include/evconfig-private.h
133/lib/
134/tmp/
135/verify_tests.sh
136/verify_tests.bat
137/event.dir
138/event_core.dir
139/event_extra.dir
140*.vcxproj
141*.sln
142*.filters
143
144# make dist
145/COPYING
146/INSTALL
147/*.tar.gz
148
149/.vagrant
150