diff options
Diffstat (limited to 'UnrealEngine.gitignore')
-rw-r--r-- | UnrealEngine.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 75b1186b..2f096001 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,6 +1,9 @@ # Visual Studio 2015 user specific files .vs/ +# Visual Studio 2015 database file +*.VC.db + # Compiled Object files *.slo *.lo @@ -33,10 +36,12 @@ # These project files can be generated by the engine *.xcodeproj +*.xcworkspace *.sln *.suo *.opensdf *.sdf +*.VC.db *.VC.opendb # Precompiled Assets @@ -52,6 +57,9 @@ Build/* # Don't ignore icon files in Build !Build/**/*.ico +# Built data for maps +*_BuiltData.uasset + # Configuration files generated by the Editor Saved/* |