diff options
| author | Fuwn <[email protected]> | 2022-06-14 20:08:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 20:08:51 +0000 |
| commit | 7f8c666d73c9a0c773e41993ae29f6bfc8d3698f (patch) | |
| tree | 3a5af6104a84a271bbbf359fdf2257ae14fcb233 /.gitignore | |
| download | tatl-7f8c666d73c9a0c773e41993ae29f6bfc8d3698f.tar.xz tatl-7f8c666d73c9a0c773e41993ae29f6bfc8d3698f.zip | |
feat: initial commit0.1.0
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* |