Skip to content

Commit

Permalink
Merge pull request berthubert#10 from LenzGr/update-gitignore
Browse files Browse the repository at this point in the history
Updated .gitignore to ignore CMake generated files
  • Loading branch information
berthubert authored Aug 22, 2022
2 parents 9cb01ff + 72b914d commit ed7a28b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@
*.exe
*.out
*.app
teller

# CMake Stuff
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake

0 comments on commit ed7a28b

Please sign in to comment.