diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-09-07 22:52:14 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-09-07 22:59:04 -0500 |
commit | 91fcde48d44f0800940e05a355c5fc2d2a9edcfc (patch) | |
tree | 8d7d3772487961c8075ea61b5220eb7a8a46a981 /.gitignore | |
parent | 0d7da02dc49cfa6c910f86a72939cce0d2baf892 (diff) | |
download | redot-cpp-91fcde48d44f0800940e05a355c5fc2d2a9edcfc.tar.gz |
Add Godot 3.x ignores to the .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ .godot/ /gen/ +# Godot 3.x ignores +include/gen +src/gen + # Misc logs/* *.log |