mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
25 lines
261 B
Plaintext
25 lines
261 B
Plaintext
# use glob syntax.
|
|
syntax: glob
|
|
|
|
src/shared/revision.h
|
|
build/
|
|
bin/
|
|
.directory
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.git/
|
|
win/VC90/*/
|
|
*.ncb
|
|
*.suo
|
|
dep/lib/win32*
|
|
src/bindings/scripts/VC90/*/
|
|
src/mangosd/
|
|
src/realmd/
|
|
*.*-*
|
|
|
|
# use regexp syntax.
|
|
syntax: regexp
|
|
|
|
^src/shared/revision\.h
|