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-build/
|
||||||
/deps/
|
/deps/
|
||||||
|
|
||||||
# vs stuff
|
# IDE stuff:
|
||||||
|
# Visual Studio
|
||||||
.vs
|
.vs
|
||||||
ipch
|
ipch
|
||||||
ipch/*
|
ipch/*
|
||||||
@@ -21,6 +22,8 @@ ipch/*
|
|||||||
*.VC.opendb
|
*.VC.opendb
|
||||||
*.VC.db
|
*.VC.db
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
# CLion
|
||||||
|
/.idea/
|
||||||
|
|
||||||
# cmake stuff
|
# cmake stuff
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user