diff options
| author | Fuwn <[email protected]> | 2022-06-14 20:08:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 20:08:51 -0700 |
| commit | 0105c9d79d02f00182c40c29d33b907982c0556d (patch) | |
| tree | 3a5af6104a84a271bbbf359fdf2257ae14fcb233 /.gitignore | |
| download | tatl-0105c9d79d02f00182c40c29d33b907982c0556d.tar.xz tatl-0105c9d79d02f00182c40c29d33b907982c0556d.zip | |
feat: initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
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* |