Cleanup .gitignore file somewhat

master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 50a6270e55
commit c42d8f3e5b
  1. 16
      .gitignore

16
.gitignore vendored

@ -1,7 +1,8 @@
# External junk # The canonical out-of-tree build subdirectory
.DS_Store 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

Loading…
Cancel
Save