diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-07-04 20:49:37 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-07-04 20:49:37 +0300 |
commit | 2abcf429d73408a109c4501339fd18850ab83347 (patch) | |
tree | 927a36913d31f170f6c61bc9bfa31935c13c5a88 | |
parent | f5e7d1e953fffdb87890d0869b65f0d6aaf7c0b7 (diff) |
added gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d079237 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +.cache/ +build/ +container |