From 8b1ec7c3f38eb8140f88a472184199b360e21c13 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 27 Mar 2019 00:18:57 +0800 Subject: ... --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4d13c548..bcdf653f 100644 --- a/.gitignore +++ b/.gitignore @@ -332,3 +332,22 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ + +### 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/ + +build -- cgit v1.2.3