aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-24 13:19:59 +0000
committerFuwn <[email protected]>2024-06-24 13:19:59 +0000
commitda44ad0fe870d865250cafa9936c5a813ba39f8c (patch)
tree807fd404f9b6604a42e8272483dd23daccf0794e /.gitignore
downloadgigi-da44ad0fe870d865250cafa9936c5a813ba39f8c.tar.xz
gigi-da44ad0fe870d865250cafa9936c5a813ba39f8c.zip
feat: initial release
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ac90c7f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# Clang
+.cache
+
+# Gigi
+.gigi
+
+# tup
+.tup
+
+# Visual Studio Code
+.vscode
+
+# Development Artifacts
+build
+compile_commands.json