Skip to content

Commit

Permalink
modifies lib exclude, adds example lib include
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mark-lazarides committed Jan 10, 2025
1 parent ceea7ca commit a3259cb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions TwinCAT3.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ LineIDs.dbg
LineIDs.dbg.bak
_Boot/
_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/`
#

0 comments on commit a3259cb

Please sign in to comment.