summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeuin <[email protected]>2023-01-21 00:29:19 +0800
committerKeuin <[email protected]>2023-01-21 00:29:19 +0800
commita7e76224e0166692fe9527f7e539b6f8ea0728fd (patch)
treef5fd1e1e4e801acfa554e22509712bc9af7c0f57 /.gitignore
parent228149fc475948fe33085d7d157481cb923e4c11 (diff)
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6d5eff7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.vscode
+.code
+.idea
+
+.cache
+
+build
+cmake-build* \ No newline at end of file