summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f14c694
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,42 @@
+# for Makefile.bak (bak)
+.depend
+
+# executable
+pa_sink_ctl
+# objects
+*.o
+
+# autotool stuff
+# The actual Makefiles produced
+Makefile
+Makefile.in
+
+# The local aclocal.m4 file
+aclocal.m4
+
+# The output of the configure script
+config.guess
+config.log
+config.status
+config.sub
+
+# The configure script itself
+configure
+
+# The include directory artifacts
+config.h
+config.h.in
+stamp-h1
+
+# Various scripts used for libtool and the like
+install-sh
+libtool
+ltmain.sh
+missing
+depcomp
+
+# Not sure what this one is for
+autom4te.cache/*
+
+# Dependency tree
+.deps/*