ソースを参照

changed gitignore

FlorianPalm 11 年 前
コミット
173ad41282
共有1 個のファイルを変更した6 個の追加4 個の削除を含む
  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