summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-05-27 16:49:03 +0800
committerKeuin <[email protected]>2022-05-27 16:49:29 +0800
commit448649b8fa7a85db722377f6f744a4efe1d2a697 (patch)
treeed5f92848054b8a8a2c6846556b5049ae5ac2aa0 /.gitignore
Initial version (not threaded).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
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