aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-04 09:27:31 +0000
committerFuwn <[email protected]>2022-04-04 09:27:31 +0000
commitcdd70a90aa08713a24ff5489f9e0f23fb38d2762 (patch)
tree9bc1e70a3a163223e2181c388dd5ebeafb8a1af0 /.gitignore
downloadmaple-0.1.0.tar.xz
maple-0.1.0.zip
feat: maple 0.1.0 :star:0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a5707a7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Development
+*.pem
+out/
+
+# CMake
+cmake-build-*/
+CMakeLists.txt
+
+# Ninja
+.ninja_*
+
+# IDE
+.idea/