summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-11-01 18:14:22 -0700
committerShawn O. Pearce <spearce@spearce.org>2008-11-01 18:24:39 -0700
commit15bffce9f7ce45f3b17d9357931667485a890455 (patch)
treed4594747a02e72be9399b3a54018676e0799be22 /.gitignore
parent16a67770b7d8d72317c4b775213c23a8bd74f5e0 (diff)
downloadlibgit2-15bffce9f7ce45f3b17d9357931667485a890455.tar.gz
Create a basic test suite for the library and test oid functions
This is a horribly simple test suite that makes it fairly easy to put together some basic function level unit tests on the library. Its patterned somewhat after the test suite in git.git, but also after the "Check" test library. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f5e3dd78..a6a1a6fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/include/git/config.h
*.o
*.a
+*.exe