diff options
author | Brickcaster <dralon@yahoo.com> | 2015-11-23 08:00:52 -0500 |
---|---|---|
committer | Brickcaster <dralon@yahoo.com> | 2015-11-23 08:00:52 -0500 |
commit | f7b090f94a26b590f494c441344832ec417ba03d (patch) | |
tree | 9eea0f096095345b4c670e684a70c88750516a4a /.gitignore | |
parent | 2fbc1445a542688bfe08ffde9d130aa9e8ef4a33 (diff) |
Added windows specific file
godot_res.res is showing up as a changed file when compiling for
windows. Need to ignore it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a7ac2d2fc7..f24d91a7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -296,3 +296,4 @@ cscope.po.out godot.creator.* projects/ +platform/windows/godot_res.res |