diff options
author | Clemens Buchacher <drizzd@aon.at> | 2011-12-29 12:16:01 +0100 |
---|---|---|
committer | Clemens Buchacher <drizzd@aon.at> | 2011-12-29 15:40:09 +0100 |
commit | 86a459a8431e626678854c690ba7b87f96d27bbd (patch) | |
tree | 157cdcd931a7d471c4b2b562cff0e7bfebcec2d2 /.gitignore | |
parent | 06fcf057b6da37ffd388e4a31c2671b20d0dd21e (diff) | |
download | libgit2-86a459a8431e626678854c690ba7b87f96d27bbd.tar.gz |
cmake: generate clay main
The clay test suite files clay.h and clay_main.c are generated by
the clay python script. Teach CMake about this dependency and
remove the generated files from the repository.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6594f1478..49d63e4b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/tests-clay/clay.h +/tests-clay/clay_main.c /apidocs /trash-*.exe /libgit2.pc |