User Tools

Site Tools


arma2:tools:binpbo-exclude-list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma2:tools:binpbo-exclude-list [2014-09-22 01:22] (current)
snakeman created binpbo-exclude-list initial page.
Line 1: Line 1:
 +====== BinPBO Exclude List ======
  
 +**ArmA 2 BinPBO Exclude List**
 +
 +This file contains excludes for directory and file names of which binpbo do not add to the pbo. It is important that you add any specific project work directories and files here, for example as simple as *.txt is good to add here.
 +
 +Why? Not to have unused files packed into your pbo which you release to the public. To avoid excessive space taken in the pbo, to not perhaps show public your private editing techniques or notes, etc.
 +
 +Exclude list which is pure text file is located at
 +<​code>​
 +binpbo\filebank\exclude.lst
 +</​code>​
 +
 +And it looks something like this
 +<​code>​
 +;;;; Files created during binarization
 +; Dependency files and log files
 +*.dep
 +*.log
 +
 +;;;; Temporary or working files - should be handled earlies,
 +;;;; but to be sure we exclude them here as well
 +; Backup files
 +*.bak
 +; Avoid including any source, doc or temp files
 +*\Source\*
 +*\Temp\*
 +*\Doc\*
 +Source\*.*
 +Temp\*.*
 +Doc\*.*
 +*.txt
 +
 +;;;; Due to modular packing it might happen that .pbo are inside the temp folder that is packed,
 +;;;; but those are ofcourse then a bit waste of space
 +*.pbo
 +
 +; VSS specific files
 +*.scc
 +
 +; mission editor temporary files
 +*.biedi
 +
 +; BI signature
 +*.bisign
 +</​code>​
arma2/tools/binpbo-exclude-list.txt ยท Last modified: 2014-09-22 01:22 by snakeman