Skip to content

Commit 69592e2

Browse files
authored
Merge pull request #2316 from gagallo7/patch-1
Allow PakBlacklist-*.txt files inside Build dir in UnrealEngine.gitignore
2 parents 5943225 + 01e2e56 commit 69592e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UnrealEngine.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ Binaries/*
5454
# Builds
5555
Build/*
5656

57+
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
58+
!Build/*/
59+
Build/*/**
60+
!Build/*/PakBlacklist*.txt
61+
5762
# Don't ignore icon files in Build
5863
!Build/**/*.ico
5964

0 commit comments

Comments
 (0)