summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKyle Luce <razzlegames@gmail.com>2016-03-12 19:13:57 -0700
committerKyle Luce <razzlegames@gmail.com>2016-03-13 15:27:39 -0700
commitfeef563f3f2ad7f1cb5aa2e788e3ea4adfee3c56 (patch)
treecb86c17f85513a4a4174d6628802d0059edb47f4 /.gitignore
parentbe4d58e1203ae35dab97b14f08098f50998d4201 (diff)
Fixes the month consistency issue in enums and get_date etc
- Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bf5be79d55..15ca139916 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,6 +65,9 @@ platform/android/libs/play_licensing/gen/*
.deps/*
.dirstamp
+# Vim temp files
+*.swo
+*.swp
# QT project files
*.config