diff options
author | 2025-05-14 22:37:56 +0200 | |
---|---|---|
committer | 2025-05-14 22:37:56 +0200 | |
commit | c41f692089ec680ca9ef2436d90ec3c599aeb86d (patch) | |
tree | 3c1bab033f07b033b897b28683774abc68240bcc /.gitignore | |
download | tris-c41f692089ec680ca9ef2436d90ec3c599aeb86d.tar.gz tris-c41f692089ec680ca9ef2436d90ec3c599aeb86d.zip |
Inital commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43ae40b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +tris +**/*.o |