Skip to content

Commit 95faf1f

Browse files
committed
gitignore CMake build directories
Using a separate build directory is a very common way of using CMake so add an ignore pattern for those.
1 parent 400e6dd commit 95faf1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ naval_fate
1919
run_testcase
2020
run_testcase.exe
2121

22+
# CMake build directories
23+
/*build*/
24+
2225
# CMake temporary files
2326
CMakeCache.txt
2427
CMakeFiles

0 commit comments

Comments
 (0)