mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
f1ed14eb33
The path prefixes listed in .beautify-ignore, in the project root, will not be cleaned up. C and C++ files everywhere else will be. Also fixes bugs in the prefix-matching code, and makes the matching a little bit more powerful: the prefix can now extend down into the directory tree.
29 lines
698 B
Plaintext
29 lines
698 B
Plaintext
# Files and directories that beautify.py should not clean up.
|
|
#
|
|
# This file is not as advanced as, say, .gitignore. It only supports files
|
|
# and directory paths relative to the project root, one per line, no globs,
|
|
# no quotes.
|
|
#
|
|
# Leading and trailing whitespace is stripped from filenames, but internal
|
|
# whitespace is preserved.
|
|
#
|
|
# Lines starting with a hash mark, such as this one, are comments. The hash
|
|
# mark must be the first character on the line. Blank lines are ignored.
|
|
#
|
|
# The .beautify-ignore file must be encoded in UTF-8.
|
|
|
|
boost
|
|
contrib
|
|
irstlm
|
|
jam-files
|
|
lm
|
|
moses/TranslationModel/UG
|
|
phrase-extract/pcfg-common
|
|
phrase-extract/syntax-common
|
|
randlm
|
|
search
|
|
srilm
|
|
util
|
|
xmlrpc-c
|
|
.git
|