From 87dcc2beb6e37d3b4aa3d8000cc1b82b080401db Mon Sep 17 00:00:00 2001 From: terik23 Date: Sat, 30 Mar 2019 12:01:42 +0500 Subject: [PATCH] update gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fd614b1..f04450a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -build/ +build -### cpp gitignore ### +### C++ gitignore ### # Prerequisites *.d @@ -35,6 +35,7 @@ build/ *.app ### CMake gitignore ### +CMakeLists.txt.user CMakeCache.txt CMakeFiles CMakeScripts @@ -44,3 +45,4 @@ cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake +_deps