17 lines
243 B
Text
17 lines
243 B
Text
# Ignore filename patterns wherever they appear
|
|
*~
|
|
*.o
|
|
*.orig
|
|
*.pyc
|
|
*.swp
|
|
.#*
|
|
\#*
|
|
|
|
# Ignore specific patterns at the top-level directory
|
|
/pnacl-sz
|
|
/build/
|
|
/crosstest/Output/
|
|
|
|
# Ignore WASM torture tests
|
|
/torture-s/
|
|
/torture-s2wasm-sexpr-wasm/
|