aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 20:08:51 -0700
committerFuwn <[email protected]>2022-06-14 20:08:51 -0700
commit0105c9d79d02f00182c40c29d33b907982c0556d (patch)
tree3a5af6104a84a271bbbf359fdf2257ae14fcb233 /.gitignore
downloadtatl-0105c9d79d02f00182c40c29d33b907982c0556d.tar.xz
tatl-0105c9d79d02f00182c40c29d33b907982c0556d.zip
feat: initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a265be2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# CMake
+cmake*
+CMakeLists.txt
+
+# CLion
+.idea
+
+# Visual Studio Code
+.vscode
+
+# Meson
+build*