feat: updated .gitignore

This commit is contained in:
surtur 2020-06-26 11:35:02 +02:00
parent 8ec0377eeb
commit 40786acfa7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

23
.gitignore vendored

@ -1,2 +1,25 @@
*.swp
test
# Created by https://www.toptal.com/developers/gitignore/api/cmake
# Edit at https://www.toptal.com/developers/gitignore?templates=cmake
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
### CMake Patch ###
# External projects
*-prefix/
# End of https://www.toptal.com/developers/gitignore/api/cmake