diff options
author | crupest <crupest@outlook.com> | 2019-03-27 00:18:57 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-27 00:18:57 +0800 |
commit | 8b1ec7c3f38eb8140f88a472184199b360e21c13 (patch) | |
tree | ceac922a5e310e04c8d5897ad69176fd43671fd8 /.gitignore | |
parent | b506c349b793f723df6da170ffa0f412200e26e9 (diff) | |
download | cru-8b1ec7c3f38eb8140f88a472184199b360e21c13.tar.gz cru-8b1ec7c3f38eb8140f88a472184199b360e21c13.tar.bz2 cru-8b1ec7c3f38eb8140f88a472184199b360e21c13.zip |
...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |