Skip to content

Commit

Permalink
Updated .gitignore to ignore CMake generated files
Browse files Browse the repository at this point in the history
Signed-off-by: Lenz Grimmer <[email protected]>
  • Loading branch information
LenzGr committed Aug 22, 2022
1 parent 9cb01ff commit 72b914d
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 72b914d

Please sign in to comment.