소스 검색

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