summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2010-12-04 13:25:29 +0100
committernulltoken <emeric.fermas@gmail.com>2010-12-04 13:25:29 +0100
commit0d2eb2d88b185dcd1c67624fab2a2dc3f08cc532 (patch)
treeeb8f95a18b6fb54dbe79b3619c77739367f1c6d8 /.gitignore
parent654cd5ff7b47b1a9ed64d49ad97be509974dde8d (diff)
downloadlibgit2-0d2eb2d88b185dcd1c67624fab2a2dc3f08cc532.tar.gz
Added some patterns to .gitignore file to filter out some Visual Studio specifics.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8ff908f22..f4d27f64b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+
/apidocs
/trash-*.exe
/libgit2.pc
@@ -12,3 +13,9 @@
.waf*
build/
tests/tmp/
+msvc/Debug/
+msvc/Release/
+*.suo
+*.user
+*sdf
+*.opensdf \ No newline at end of file