diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2011-05-18 16:07:22 +0200 |
---|---|---|
committer | Sebastian Schuberth <sschuberth@gmail.com> | 2011-05-18 17:31:18 +0200 |
commit | 875a5c2df7da1ba473ef0cd7d5bfb78e4e5fd657 (patch) | |
tree | db61e87db643aa63b123c34f900daced99f61918 /.gitignore | |
parent | 49041e78f24f9d455d977bb6eb8fc9d9561569c8 (diff) | |
download | libgit2-875a5c2df7da1ba473ef0cd7d5bfb78e4e5fd657.tar.gz |
Ignore CMake files and generated Visual Studio files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
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 |