mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
make gitignore Visual Studio definitions more specific (#144)
* make gitignore Visual Studio definitions more specific
This commit is contained in:
+6
-7
@@ -1,11 +1,10 @@
|
||||
# CLion
|
||||
.idea/
|
||||
cmake-build-*/
|
||||
/.idea/
|
||||
/cmake-build-*/
|
||||
|
||||
# Visual Studio 2022
|
||||
.vs/
|
||||
build/
|
||||
lib/
|
||||
out/
|
||||
CMakeSettings.json
|
||||
/.vs/
|
||||
/build/
|
||||
/out/
|
||||
/CMakeSettings.json
|
||||
/CMakeUserPresets.json
|
||||
|
||||
Reference in New Issue
Block a user