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:
commit
69592e260a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue