Imported Upstream version 2.1.10
[platform/upstream/libevent.git] / .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 # gdb stuff
27 .gdb_history
28
29 # Autotools stuff
30 .deps
31 .dirstamp
32 Makefile
33 Makefile.in
34
35 # Libtool stuff
36 .libs
37 *.lo
38 *.la
39
40 # ctags stuff
41 TAGS
42 tags
43
44 # cscope stuff
45 cscope*
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 /sample/dns-example
88 /sample/event-read-fifo
89 /sample/hello-world
90 /sample/http-server
91 /sample/http-connect
92 /sample/le-proxy
93 /sample/https-client
94 /sample/signal-test
95 /sample/time-test
96 /sample/event-test
97
98 /test-driver
99 /test/bench
100 /test/bench_cascade
101 /test/bench_http
102 /test/bench_httpclient
103 /test/regress
104 /test/regress.gen.c
105 /test/regress.gen.h
106 /test/rpcgen-attempted
107 /test/test-dumpevents
108 /test/test-eof
109 /test/test-closed
110 /test/test-init
111 /test/test-ratelim
112 /test/test-script.sh
113 /test/test-time
114 /test/test-weof
115 /test/test-changelist
116 /test/test-fdleak
117
118 **/include/event2/event-config.h
119 **/include/evconfig-private.h
120 /evconfig-private.h
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 lib/
133 tmp/
134 verify_tests.sh
135 verify_tests.bat
136 event.dir
137 event_core.dir
138 event_extra.dir
139 *.vcxproj
140 *.sln
141 *.filters
142
143 # ninja
144 build.ninja
145 rules.ninja
146 .ninja_deps
147 .ninja_log
148
149 # make dist
150 /COPYING
151 /INSTALL
152 /*.tar.gz
153
154 /.vagrant