gitignore: Add CLion generated directory

pull/3712/head
Charles the Thobe 6 months ago committed by Connor McLaughlin
parent 5e7be496a2
commit 3f52ebe015

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

Loading…
Cancel
Save