|
@@ -1,11 +1,11 @@
|
|
# ignore all bin directories
|
|
# ignore all bin directories
|
|
# matches "bin" in any subfolder
|
|
# matches "bin" in any subfolder
|
|
bin/
|
|
bin/
|
|
-m4
|
|
|
|
-build-test
|
|
|
|
|
|
+m4/
|
|
|
|
+build-test/
|
|
# ignore all target directories
|
|
# ignore all target directories
|
|
target/
|
|
target/
|
|
-autom4te.cache
|
|
|
|
|
|
+autom4te.cache/
|
|
# ignore Makefiles
|
|
# ignore Makefiles
|
|
Makefile
|
|
Makefile
|
|
src/Makefile
|
|
src/Makefile
|
|
@@ -16,4 +16,6 @@ tests/Makefile
|
|
*.plo
|
|
*.plo
|
|
*.log
|
|
*.log
|
|
*.la
|
|
*.la
|
|
-*.sub
|
|
|
|
|
|
+*.sub
|
|
|
|
+*.status
|
|
|
|
+*.guess
|