aboutsummaryrefslogtreecommitdiff
path: root/flow-native/src/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'flow-native/src/.gitignore')
-rw-r--r--flow-native/src/.gitignore9
1 files changed, 5 insertions, 4 deletions
diff --git a/flow-native/src/.gitignore b/flow-native/src/.gitignore
index b8d894c..e50ccf1 100644
--- a/flow-native/src/.gitignore
+++ b/flow-native/src/.gitignore
@@ -1,3 +1,4 @@
+# Autotools
/autom4te.cache
/libtool
/aclocal.m4
@@ -14,11 +15,12 @@
/missing
/stamp-h1
/compile
-/m4
+/m4/*
!/m4/ax_jni_include_dir.m4
-
Makefile.in
Makefile
+
+# Binary files
.deps
.libs
*.o
@@ -27,5 +29,4 @@ Makefile
*.so*
*.dylib
*.a
-*~
-
+*~ \ No newline at end of file