gitignore: Ignore cmake generated files and other binaries

This commit is contained in:
Joel16 2020-09-13 12:37:44 -04:00
parent 9003f167c1
commit 8416ac0119

9
.gitignore vendored
View File

@ -29,3 +29,12 @@
*.exe
*.out
*.app
*.self
*.velf
*
# Cmake
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake