mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
e9024be60f
git-svn-id: http://svn.pyinstaller.org/trunk@504 8dd32b29-ccff-0310-8a9a-9233e24343b1
18 lines
214 B
Plaintext
18 lines
214 B
Plaintext
# use glob syntax.
|
|
syntax: glob
|
|
*.pyc
|
|
*~
|
|
*.egg-info
|
|
.svn
|
|
logdict*.log
|
|
|
|
syntax: regexp
|
|
^\.hg\.off/
|
|
^dist/
|
|
^build/
|
|
^support/loader/run
|
|
^support/loader/run_d
|
|
^source/linux/Makefile
|
|
^buildtests/test[0-9]+.exe
|
|
^patches
|