diff options
| author | Fuwn <[email protected]> | 2022-06-09 22:10:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-09 22:10:55 -0700 |
| commit | 3f07f307569afce65e0ed96499e344f8c2656198 (patch) | |
| tree | 0a8938ebd967d575678ddd3c83c206074331ca2b /.gitignore | |
| download | zoo-main.tar.xz zoo-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4a3d49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# CMake +cmake-* +CMakeLists.txt + +# IDE +.idea + +# Meson +build-* |