From d014edb2c0c06190c3fd8db2d24706c539140a77 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 20 Nov 2009 12:20:49 -0500 Subject: [PATCH] Add a .gitignore file for the 1.4 branch. --- .gitignore | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2baa8783 --- /dev/null +++ b/.gitignore @@ -0,0 +1,66 @@ +### These files should get ignored no matter where they appear. + +# Editors leave these lying around +\#*\# +.#* +*~ +*.swp + +# C stuff +*.o + +# Windows stuff +*.obj +*.exe + +# Patch leaves these lying arround +*.orig +*.rej + +# gcov stuff +*.gcno +*.gcov +*.gcda + +# Autotools stuff +.deps +Makefile +Makefile.in + +# Libtool stuff +.libs +*.lo +*.la + +## The initial / makes these files only get ignored in particular directories. +/autom4te.cache + +/aclocal.m4 +/config.guess +/config.log +/config.status +/config.sub +/configure +/depcomp +/config.h +/config.h.in +/event-config.h +/libtool +/ltmain.sh +/stamp-h1 + +/m4 + +/sample/event-test +/sample/signal-test +/sample/time-test + +/test/bench +/test/regress +/test/regress.gen.c +/test/regress.gen.h +/test/test-eof +/test/test-init +/test/test-time +/test/test-weof +