Explorar el Código

Cleanup .gitignore file somewhat

Camilla Löwy hace 5 años
padre
commit
c42d8f3e5b
Se han modificado 1 ficheros con 11 adiciones y 5 borrados
  1. 11 5
      .gitignore

+ 11 - 5
.gitignore

@@ -1,7 +1,8 @@
-# External junk
-.DS_Store
+# The canonical out-of-tree build subdirectory
+build
+
+# Visual Studio clutter
 _ReSharper*
-*.opensdf
 *.sdf
 *.suo
 *.dir
@@ -15,10 +16,15 @@ Release
 MinSizeRel
 RelWithDebInfo
 *.xcodeproj
-build
+*.opensdf
+
+# macOS clutter
+.DS_Store
 
-# CMake files
+# Makefile generator clutter
 Makefile
+
+# CMake clutter
 CMakeCache.txt
 CMakeFiles
 CMakeScripts