From 448649b8fa7a85db722377f6f744a4efe1d2a697 Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 27 May 2022 16:49:03 +0800 Subject: Initial version (not threaded). --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92cc9fe --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.idea +.code + +# copied from https://github.com/github/gitignore/blob/main/CMake.gitignore +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +# cmake builds +cmake-build-* \ No newline at end of file -- cgit v1.2.3