From 40786acfa74a0612f97948864273076904c39ec9 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 26 Jun 2020 11:35:02 +0200 Subject: [PATCH] feat: updated .gitignore --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index 538bc83..92d646b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +