Skip to content

Commit

Permalink
Merge pull request #2255 from LeonBrands/patch-1
Browse files Browse the repository at this point in the history
added a few missing files/directories to the gitignore
  • Loading branch information
gabime committed Jan 23, 2022
2 parents 93f59d0 + 792d618 commit 8fb1121
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Auto generated files
[Dd]ebug/
[Rr]elease/
build/*
*.slo
*.lo
Expand Down Expand Up @@ -55,6 +57,7 @@ example/*

# generated files
generated
version.rc

# Cmake
CMakeCache.txt
Expand All @@ -67,6 +70,8 @@ install_manifest.txt
/tests/tests.VC.db
/tests/tests
/tests/logs/*
spdlogConfig.cmake
spdlogConfigVersion.cmake

# idea
.idea/
Expand All @@ -81,3 +86,7 @@ cmake-build-*/
*.tcl
*.user
*.sln

# macos
*.DS_store
*.xcodeproj/

0 comments on commit 8fb1121

Please sign in to comment.