summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2011-05-18 16:07:22 +0200
committerSebastian Schuberth <sschuberth@gmail.com>2011-05-18 17:31:18 +0200
commit875a5c2df7da1ba473ef0cd7d5bfb78e4e5fd657 (patch)
treedb61e87db643aa63b123c34f900daced99f61918 /.gitignore
parent49041e78f24f9d455d977bb6eb8fc9d9561569c8 (diff)
downloadlibgit2-875a5c2df7da1ba473ef0cd7d5bfb78e4e5fd657.tar.gz
Ignore CMake files and generated Visual Studio files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cde2aa687..254e63db7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,8 +14,11 @@ build/
tests/tmp/
msvc/Debug/
msvc/Release/
+*.sln
*.suo
-*.user
+*.vc*proj*
*.sdf
*.opensdf
+CMake*
+*.cmake
.DS_Store