summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 00:05:13 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 00:05:50 +0200
commitb472e11be65855088bbe144acfc779ae5a3a66f2 (patch)
treeab949101158b9cc3f6d31e11d6eaba0f1f44113d
parentbcca528d2004aab9904a1f28f3273daf163a9c2e (diff)
Add .gitignore files
-rw-r--r--.gitignore20
-rw-r--r--utils/.gitignore2
2 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c9550f5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.o
+*.la
+*.lo
+
+/aclocal.m4
+/autom4te.cache
+/config.*
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+
+/doxygen.cfg
+/*.pc
diff --git a/utils/.gitignore b/utils/.gitignore
new file mode 100644
index 0000000..64e4588
--- /dev/null
+++ b/utils/.gitignore
@@ -0,0 +1,2 @@
+/nfulnl_test
+/ulog_test