aboutsummaryrefslogtreecommitdiffstats
path: root/options/gitignore/UnrealEngine
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-11-03 23:06:09 +0100
committertechknowlogick <hello@techknowlogick.com>2018-11-03 18:06:09 -0400
commit57a8440db372d3b2a01d3ef12a4a560424a08657 (patch)
tree6afb467015b1e695ea54eef6d6820d92827eacd7 /options/gitignore/UnrealEngine
parent54259e2f880365d65340ade6608007b3c5eb2ed5 (diff)
downloadgitea-57a8440db372d3b2a01d3ef12a4a560424a08657.tar.gz
gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.zip
Update gitignore list (#5258)
* update gitignore * Handle symlink in tar * Add some logs
Diffstat (limited to 'options/gitignore/UnrealEngine')
-rw-r--r--options/gitignore/UnrealEngine10
1 files changed, 7 insertions, 3 deletions
diff --git a/options/gitignore/UnrealEngine b/options/gitignore/UnrealEngine
index 2f096001fe..6582eaf9a1 100644
--- a/options/gitignore/UnrealEngine
+++ b/options/gitignore/UnrealEngine
@@ -1,9 +1,6 @@
# Visual Studio 2015 user specific files
.vs/
-# Visual Studio 2015 database file
-*.VC.db
-
# Compiled Object files
*.slo
*.lo
@@ -50,10 +47,16 @@ SourceArt/**/*.tga
# Binary Files
Binaries/*
+Plugins/*/Binaries/*
# Builds
Build/*
+# Whitelist PakBlacklist-<BuildConfiguration>.txt files
+!Build/*/
+Build/*/**
+!Build/*/PakBlacklist*.txt
+
# Don't ignore icon files in Build
!Build/**/*.ico
@@ -65,6 +68,7 @@ Saved/*
# Compiled source files for the engine to use
Intermediate/*
+Plugins/*/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*