Merge pull request #2316 from gagallo7/patch-1

Allow PakBlacklist-*.txt files inside Build dir in UnrealEngine.gitignore
This commit is contained in:
Brendan Forster 2017-04-15 09:13:10 +10:00 committed by GitHub
commit 69592e260a
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ Binaries/*
# Builds
Build/*
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt
# Don't ignore icon files in Build
!Build/**/*.ico