mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-08 17:46:19 +00:00
gitignore: Add CLion generated directory
This commit is contained in:
committed by
Connor McLaughlin
parent
5e7be496a2
commit
3f52ebe015
5
.gitignore
vendored
5
.gitignore
vendored
@@ -10,7 +10,8 @@
|
||||
deps-build/
|
||||
/deps/
|
||||
|
||||
# vs stuff
|
||||
# IDE stuff:
|
||||
# Visual Studio
|
||||
.vs
|
||||
ipch
|
||||
ipch/*
|
||||
@@ -21,6 +22,8 @@ ipch/*
|
||||
*.VC.opendb
|
||||
*.VC.db
|
||||
/.vscode/
|
||||
# CLion
|
||||
/.idea/
|
||||
|
||||
# cmake stuff
|
||||
CMakeCache.txt
|
||||
|
||||
Reference in New Issue
Block a user