QDK - QPKG Development Kit
  • Introduction
  • Installation of QDK
  • QPKG Configuration File
  • Installation Script
    • Generic Installation Script
    • Package Specific Installation Functions
    • Order of Execution
  • QDK Variables
  • Build Scripts
  • User Configuration File
  • Invoking qbuild
    • Initialize a Build Environment
    • Control the Build
    • Trust but Verify
    • Exclude Files
    • Scripts
    • Status Information
    • Sections
    • Extract QPKG Packages
    • Query Packages
    • Help and Usage
  • Creating a QPKG Package Using QDK
    • Creating a Simple QPKG Package
    • Creating Platform Specific QPKG Packages
    • Converting an Existing QPKG Package
  • Appendix A – QPKG Format
    • Header Script
    • Control Files
    • Data File
    • Extra Data Files
    • QDK Area
    • Tail Section
Powered by GitBook
On this page

Was this helpful?

  1. Invoking qbuild

Exclude Files

Sometimes there might be files that shall be excluded from the QPKG package and by using the --excludeoption it is possible to exclude files matching the specified pattern. This option is passed on to rsync andfollows the same rules as rsync's --exclude option. Only one exclude pattern per option, but we can repeat theoption on the command line to add multiple patterns. The --exclude-from option is related to the --excludeoption, but specifies a file that contains exclude patterns (one per line). This option is also passed on to rsyncand follows the same rules as rsync's --exclude-from option.

PreviousTrust but VerifyNextScripts

Last updated 5 years ago

Was this helpful?