summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-12-18 08:17:05 -0800
committerShawn O. Pearce <spearce@spearce.org>2008-12-18 08:17:05 -0800
commitc18626eef6cbd1b420b85fc9f8a44d5031ad2fcd (patch)
tree3517bc697600fa61730369f35cd91da86e12d595 /.gitignore
parent7b6e8067ec96acef9a4184b43210d583b6d2f99a (diff)
downloadlibgit2-c18626eef6cbd1b420b85fc9f8a44d5031ad2fcd.tar.gz
Run tests in their own subdirectory
This way tests can run in parallel without stepping on each other's temporary work files. If a test passes the directory is removed completely; if a test fails only empty directories are removed. This permits inspection of the failed test's left behind state. 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 5213c6928..0269c3f82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
/apidocs
/src/git/config.h
+/trash-*.exe
*.o
*.a
*.exe