summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-09 22:10:55 -0700
committerFuwn <[email protected]>2022-06-09 22:10:55 -0700
commit3f07f307569afce65e0ed96499e344f8c2656198 (patch)
tree0a8938ebd967d575678ddd3c83c206074331ca2b /.gitignore
downloadzoo-main.tar.xz
zoo-main.zip
feat: initial commitHEADmain
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f4a3d49
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# CMake
+cmake-*
+CMakeLists.txt
+
+# IDE
+.idea
+
+# Meson
+build-*