Bläddra i källkod

changed gitignore

FlorianPalm 11 år sedan
förälder
incheckning
173ad41282
1 ändrade filer med 6 tillägg och 4 borttagningar
  1. 6 4
      OPCUAServer/.gitignore

+ 6 - 4
OPCUAServer/.gitignore

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