summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore25
-rw-r--r--doc/.gitignore4
-rw-r--r--examples/.gitignore2
3 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5489ad1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,25 @@
+Makefile
+Makefile.in
+*.lo
+*.la
+*.o
+.deps/
+.libs/
+*.cache
+stamp-*
+README
+aclocal.m4
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libdaemon.pc
+libdaemon.spec
+libtool
+ltmain.sh
+missing
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..9bc8009
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,4 @@
+README
+README.html
+doxygen.conf
+
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644
index 0000000..db50de7
--- /dev/null
+++ b/examples/.gitignore
@@ -0,0 +1,2 @@
+testd
+