diff options
| author | Fuwn <[email protected]> | 2024-06-24 13:19:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-24 13:19:59 +0000 |
| commit | da44ad0fe870d865250cafa9936c5a813ba39f8c (patch) | |
| tree | 807fd404f9b6604a42e8272483dd23daccf0794e /.gitignore | |
| download | gigi-da44ad0fe870d865250cafa9936c5a813ba39f8c.tar.xz gigi-da44ad0fe870d865250cafa9936c5a813ba39f8c.zip | |
feat: initial release
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
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 |