summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4683a61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# Files and folders created by aclocal, autoconf, automake, and libtoolize
+/aclocal.m4
+/autom4te.cache/
+/compile
+/config.*
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/m4
+/missing
+/ylwrap
+Makefile
+Makefile.in
+
+# pkg-config files
+*.pc
+
+# Files and folders created by libtool
+.libs/
+*.l[oa]
+
+# Files and folders created by compilation
+.deps/
+*.[oa]