Skip to content

Commit

Permalink
gitignore CMake build directories
Browse files Browse the repository at this point in the history
Using a separate build directory is a very common way of using CMake so
add an ignore pattern for those.
  • Loading branch information
eaaltonen committed Oct 14, 2022
1 parent 400e6dd commit 95faf1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ naval_fate
run_testcase
run_testcase.exe

# CMake build directories
/*build*/

# CMake temporary files
CMakeCache.txt
CMakeFiles
Expand Down

0 comments on commit 95faf1f

Please sign in to comment.