瀏覽代碼

Cleanup .gitignore file somewhat

Camilla Löwy 5 年之前
父節點
當前提交
c42d8f3e5b
共有 1 個文件被更改,包括 11 次插入5 次删除
  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*
 _ReSharper*
-*.opensdf
 *.sdf
 *.sdf
 *.suo
 *.suo
 *.dir
 *.dir
@@ -15,10 +16,15 @@ Release
 MinSizeRel
 MinSizeRel
 RelWithDebInfo
 RelWithDebInfo
 *.xcodeproj
 *.xcodeproj
-build
+*.opensdf
+
+# macOS clutter
+.DS_Store
 
 
-# CMake files
+# Makefile generator clutter
 Makefile
 Makefile
+
+# CMake clutter
 CMakeCache.txt
 CMakeCache.txt
 CMakeFiles
 CMakeFiles
 CMakeScripts
 CMakeScripts