Merge pull request #10 from LenzGr/update-gitignore

Updated .gitignore to ignore CMake generated files
pull/13/head
bert hubert 3 years ago committed by GitHub
commit ed7a28b16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.gitignore vendored

@ -30,3 +30,10 @@
*.exe
*.out
*.app
teller
# CMake Stuff
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake

Loading…
Cancel
Save