update gitignore

This commit is contained in:
terik23 2019-03-30 12:01:42 +05:00
parent 39b838a699
commit 87dcc2beb6

6
.gitignore vendored
View file

@ -1,6 +1,6 @@
build/ build
### cpp gitignore ### ### C++ gitignore ###
# Prerequisites # Prerequisites
*.d *.d
@ -35,6 +35,7 @@ build/
*.app *.app
### CMake gitignore ### ### CMake gitignore ###
CMakeLists.txt.user
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles
CMakeScripts CMakeScripts
@ -44,3 +45,4 @@ cmake_install.cmake
install_manifest.txt install_manifest.txt
compile_commands.json compile_commands.json
CTestTestfile.cmake CTestTestfile.cmake
_deps