[sledge] Test: Ignore **/*.ll.{out,err} files generated by test runs

Reviewed By: ngorogiannis

Differential Revision: D21720986

fbshipit-source-id: a507dcc7e
master
Josh Berdine 5 years ago committed by Facebook GitHub Bot
parent 11ecbaa0b3
commit b12c6fd3f8

8
sledge/.gitignore vendored

@ -1,8 +1,10 @@
.llvm_build .llvm_build
.llvm_install .llvm_install
/llvm/ /llvm/
/test/*/*.bc /test/**/*.bc
/test/*/*.bc.err /test/**/*.bc.err
/test/*/*.bc.out /test/**/*.bc.out
/test/**/*.ll.err
/test/**/*.ll.out
/test/report.current /test/report.current
_build _build

Loading…
Cancel
Save