Skip to content

Commit ae36ef9

Browse files
committed
Improve .gitignore
1 parent 089f3c5 commit ae36ef9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Build directories
22
build
3+
cmake-build-*
34
cmake-build-debug
45
cmake-build-release
5-
cmake-build-*
6+
cmake-build-debug-gcc
7+
cmake-build-release-gcc
8+
cmake-build-debug-msvc
9+
cmake-build-release-msvc
10+
cmake-build-debug-*
11+
cmake-build-release-*
612
build*/
713
out
814

0 commit comments

Comments
 (0)