diff options
author | nulltoken <emeric.fermas@gmail.com> | 2010-12-04 13:25:29 +0100 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2010-12-04 13:25:29 +0100 |
commit | 0d2eb2d88b185dcd1c67624fab2a2dc3f08cc532 (patch) | |
tree | eb8f95a18b6fb54dbe79b3619c77739367f1c6d8 | |
parent | 654cd5ff7b47b1a9ed64d49ad97be509974dde8d (diff) | |
download | libgit2-0d2eb2d88b185dcd1c67624fab2a2dc3f08cc532.tar.gz |
Added some patterns to .gitignore file to filter out some Visual Studio specifics.
-rw-r--r-- | .gitignore | 7 |
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 |