Parcourir la source

updated .gitignore for osx

Palana il y a 12 ans
Parent
commit
595dad2e70
2 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 8 0
      .gitignore
  2. 3 0
      build/.gitignore

+ 8 - 0
.gitignore

@@ -1,6 +1,9 @@
 *.exe
 *.dll
 
+*.dylib
+*.so
+
 /other/
 Release_MD/
 Release/
@@ -61,3 +64,8 @@ tags
 *.lnk
 *.chm
 *~
+
+*.o.d
+*.ninja
+.ninja*
+.dirstamp

+ 3 - 0
build/.gitignore

@@ -0,0 +1,3 @@
+CMakeFiles
+CMakeCache.txt
+*.cmake