author | Michael Krelin <hacker@klever.net> | 2011-08-26 21:22:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-08-26 21:22:00 (UTC) |
commit | 1d00b262ddf0d6c3207a4b796d48899ed79bffcd (patch) (side-by-side diff) | |
tree | 03d745873ba13ffb0e2fe1831ecb41f7c0b05758 /test/.gitignore | |
download | cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.zip cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.tar.gz cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.tar.bz2 |
initial commit into the public repository0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | test/.gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..54191cb --- a/dev/null +++ b/test/.gitignore @@ -0,0 +1,22 @@ +/test-suite.log + +/r01_closing_at_the_line_start +/r01_closing_at_the_line_start.out +/r01_closing_at_the_line_start.diff +/r01_closing_at_the_line_start.check +/r01_closing_at_the_line_start.log +/r02_anchor_after_literal +/r02_anchor_after_literal.out +/r02_anchor_after_literal.diff +/r02_anchor_after_literal.check +/r02_anchor_after_literal.log +/r03_percent_after_empty +/r03_percent_after_empty.out +/r03_percent_after_empty.diff +/r03_percent_after_empty.check +/r03_percent_after_empty.log +/r04_too_seamless_transitions +/r04_too_seamless_transitions.out +/r04_too_seamless_transitions.diff +/r04_too_seamless_transitions.check +/r04_too_seamless_transitions.log |