Fixed issue with cmake version generation
[libevent.git] / .gitignore
blob75e2f718a2bb62733de7f18e692ff9435a84259e
1 ### These files should get ignored no matter where they appear.
3 # Editors leave these lying around
4 \#*\#
5 .#*
6 *~
7 *.swp
9 # C stuff
10 *.o
12 # Windows stuff
13 *.obj
14 *.exe
15 *.lib
17 # Patch leaves these lying arround
18 *.orig
19 *.rej
21 # gcov stuff
22 *.gcno
23 *.gcov
24 *.gcda
26 # gdb stuff
27 .gdb_history
29 # Autotools stuff
30 .deps
31 .dirstamp
32 Makefile
33 Makefile.in
35 # Libtool stuff
36 .libs
37 *.lo
38 *.la
40 # ctags stuff
41 TAGS
42 tags
44 # Stuff made by our makefiles
45 libevent.pc
46 libevent_pthreads.pc
47 libevent_openssl.pc
48 *.log
49 *.trs
51 ## The initial / makes these files only get ignored in particular directories.
52 /autom4te.cache
54 # Libtool adds these, at least sometimes
55 /m4/libtool.m4
56 /m4/ltoptions.m4
57 /m4/ltsugar.m4
58 /m4/ltversion.m4
59 /m4/lt~obsolete.m4
61 /aclocal.m4
62 /compile
63 /doxygen
64 /config.cache
65 /config.guess
66 /config.log
67 /config.status
68 /config.sub
69 /configure
70 /depcomp
71 /config.h
72 /config.h.in
73 /install-sh
74 /libtool
75 /ltmain.sh
76 /missing
77 /stamp-h1
78 /stamp-h2
80 /include/event2/event-config.h
81 /evconfig-private.h
83 /sample/dns-example
84 /sample/event-read-fifo
85 /sample/hello-world
86 /sample/http-server
87 /sample/http-connect
88 /sample/le-proxy
89 /sample/https-client
90 /sample/signal-test
91 /sample/time-test
92 /sample/event-test
94 /test-driver
95 /test/bench
96 /test/bench_cascade
97 /test/bench_http
98 /test/bench_httpclient
99 /test/regress
100 /test/regress.gen.c
101 /test/regress.gen.h
102 /test/rpcgen-attempted
103 /test/test-dumpevents
104 /test/test-eof
105 /test/test-closed
106 /test/test-init
107 /test/test-ratelim
108 /test/test-script.sh
109 /test/test-time
110 /test/test-weof
111 /test/test-changelist
112 /test/test-fdleak
115 # Files generated by cmake
116 /CMakeCache.txt
117 /CMakeFiles/
118 /CTestTestfile.cmake
119 /DartConfiguration.tcl
120 /LibeventConfig.cmake
121 /LibeventConfigVersion.cmake
122 /LibeventTargets.cmake
123 /bin/
124 /cmake_install.cmake
125 /include/evconfig-private.h
126 /lib/
127 /tmp/
128 /verify_tests.sh
129 /event.dir
130 /event_core.dir
131 /event_extra.dir
132 *.vcxproj
133 *.sln
134 *.filters