소스 검색

gitignore example executables on Linux and OSX (#374)

Lieven Petersen 1 년 전
부모
커밋
16088b51d1
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -28,6 +28,13 @@
 *.x86_64
 *.hex
 
+# Executables in examples (for Linux and OSX)
+# ignore all files in specific example directories
+examples/*/*
+# except for sub-directories and filenames containing a '.'
+!examples/*/*/
+!examples/*/*.*
+
 # Debug files
 *.dSYM/
 *.su