diff options
author | Vicent Marti <tanoku@gmail.com> | 2012-12-19 00:12:26 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-01-02 02:05:11 +0100 |
commit | 156cfec096fd71cbd6d15592e80d164b8f3b55ad (patch) | |
tree | cd094a1cbf813efe0d6f33e3cdd1a3477ea44b2a /.gitignore | |
parent | 036e81f72613e59fdf344af57ed0a381ade356b0 (diff) | |
download | libgit2-156cfec096fd71cbd6d15592e80d164b8f3b55ad.tar.gz |
Cleanup Clar to make it SIMPLER
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 5441aa597..b81a1b13c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -/tests-clar/clar.h -/tests-clar/clar_main.c -/tests-clar/clar_main.c.rule +/tests-clar/clar.suite +/tests-clar/.clarcache /apidocs /trash-*.exe /libgit2.pc @@ -28,4 +27,4 @@ CMake* .DS_Store *~ tags -mkmf.log
\ No newline at end of file +mkmf.log |