summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 00:39:05 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 00:46:35 +0200
commit89189d0799a158cab83c564f57aaa9942a4cc19e (patch)
treeee225c879abba28e083fa4ae3167e6741841b5b5
parent39db4adb8932166a2fcb1143f512d2e212e6de8b (diff)
Add .gitignore files
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--.gitignore18
-rw-r--r--src/.gitignore6
2 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..444c4b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.o
+*.la
+*.lo
+
+/aclocal.m4
+/autom4te.cache
+/config.*
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/ylwrap
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..6e6763d
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,6 @@
+/conntrack
+/conntrackd
+
+/read_config_lex.c
+/read_config_yy.c
+/read_config_yy.h