aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore51
1 files changed, 43 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 053ff52..1d340aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,49 @@
-# http://www.gnu.org/software/automake
+# Object files
+*.o
+*.ko
-Makefile.in
+# Libraries
+*.lib
+*.a
-# http://www.gnu.org/software/autoconf
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
-/autom4te.cache
+# Executables
+*.exe
+*.out
+*.app
+
+# Autotools
+Makefile
+Makefile.in
+.deps
+.libs
+*.la
+*.lo
/aclocal.m4
-/compile
/configure
-/depcomp
-/install-sh
-/missing
+/config.*
+/autom4te.cache
+/libtool
/stamp-h1
+.dirstamp
+/build-aux/*
+
+# installed .m4 files
+/m4/*.m4
+
+# blogc
+/blogc
+
+# tests
+/tests/check_utils
+
+# leg generated source
+/src/template/parser-grammar.c
+
+# tarballs
+blogc-*.tar.*