Merge pull request #2255 from LeonBrands/patch-1

added a few missing files/directories to the gitignore
pull/2256/head
Gabi Melman 4 years ago committed by GitHub
commit 8fb112158a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.gitignore vendored

@ -1,4 +1,6 @@
# Auto generated files
[Dd]ebug/
[Rr]elease/
build/*
*.slo
*.lo
@ -55,6 +57,7 @@ example/*
# generated files
generated
version.rc
# Cmake
CMakeCache.txt
@ -67,6 +70,8 @@ install_manifest.txt
/tests/tests.VC.db
/tests/tests
/tests/logs/*
spdlogConfig.cmake
spdlogConfigVersion.cmake
# idea
.idea/
@ -81,3 +86,7 @@ cmake-build-*/
*.tcl
*.user
*.sln
# macos
*.DS_store
*.xcodeproj/

Loading…
Cancel
Save