mirror of
https://github.com/github/gitignore.git
synced 2025-02-21 05:34:53 +08:00
modifies lib exclude, adds example lib include
explicitly excludes the `_Libraries` directory, and provides example of adding sub directories back in. Should be used for including custom and third party (non -Beckhoff shipped) libraries, improving maintainability
This commit is contained in:
parent
ceea7cab23
commit
a3259cbb0a
@ -21,5 +21,11 @@ LineIDs.dbg
|
|||||||
LineIDs.dbg.bak
|
LineIDs.dbg.bak
|
||||||
_Boot/
|
_Boot/
|
||||||
_CompileInfo/
|
_CompileInfo/
|
||||||
_Libraries/
|
_ModuleInstall/
|
||||||
_ModuleInstall/
|
|
||||||
|
# Exclude all libraries
|
||||||
|
/**/_Libraries/*/
|
||||||
|
|
||||||
|
# To include a specific library directory (i.e. third party/custom libs),
|
||||||
|
# use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/`
|
||||||
|
#
|
Loading…
Reference in New Issue
Block a user