mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
17 lines
152 B
Plaintext
17 lines
152 B
Plaintext
# use glob syntax.
|
|
syntax: glob
|
|
|
|
*~
|
|
*.kdev4
|
|
*.pro.user*
|
|
*.txt.user*
|
|
Makefile
|
|
moc_*
|
|
|
|
# switch to regexp syntax.
|
|
syntax: regexp
|
|
|
|
^local$
|
|
^.kdev4$
|
|
^build$
|