1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 20:38:31 +02:00

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

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