Cleanup .gitignore file somewhat

(cherry picked from commit c42d8f3e5b)
This commit is contained in:
Camilla Löwy 2019-11-14 19:20:10 +01:00
Родитель e3c83f684f
Коммит 4116db14fd
1 изменённых файлов: 11 добавлений и 5 удалений

16
.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
# CMake files
# macOS clutter
.DS_Store
# Makefile generator clutter
Makefile
# CMake clutter
CMakeCache.txt
CMakeFiles
CMakeScripts