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/config.cache 70/config.guess 71/config.log 72/config.status 73/config.sub 74/configure 75/configure.lineno 76/depcomp 77/config.h 78/config.h.in 79/install-sh 80/libtool 81/ltmain.sh 82/missing 83/stamp-h1 84/stamp-h2 85 86# files generated by doxygen 87doxygen 88CMakeDoxyfile.in 89CMakeDoxygenDefaults.cmake 90Doxyfile.doxygen 91 92/sample/dns-example 93/sample/event-read-fifo 94/sample/hello-world 95/sample/http-server 96/sample/http-connect 97/sample/le-proxy 98/sample/https-client 99/sample/signal-test 100/sample/time-test 101/sample/event-test 102 103/test-driver 104/test/bench 105/test/bench_cascade 106/test/bench_http 107/test/bench_httpclient 108/test/regress 109/test/regress.gen.c 110/test/regress.gen.h 111/test/rpcgen-attempted 112/test/test-dumpevents 113/test/test-eof 114/test/test-closed 115/test/test-init 116/test/test-ratelim 117/test/test-script.sh 118/test/test-time 119/test/test-weof 120/test/test-changelist 121/test/test-fdleak 122 123**/include/event2/event-config.h 124**/include/evconfig-private.h 125/evconfig-private.h 126 127# Files generated by cmake 128CMakeCache.txt 129CMakeFiles/ 130CTestTestfile.cmake 131DartConfiguration.tcl 132LibeventConfig.cmake 133LibeventConfigVersion.cmake 134LibeventTargets*.cmake 135bin/ 136cmake_install.cmake 137Uninstall.cmake 138lib/ 139tmp/ 140verify_tests.sh 141verify_tests.bat 142event.dir 143event_core.dir 144event_extra.dir 145*.vcxproj 146*.sln 147*.filters 148install_manifest.txt 149test-export/build 150 151# ninja 152build.ninja 153rules.ninja 154.ninja_deps 155.ninja_log 156 157# make dist 158/COPYING 159/INSTALL 160/*.tar.gz 161 162/.vagrant 163