diff options
author | nulltoken <emeric.fermas@gmail.com> | 2010-12-04 14:04:12 +0100 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2010-12-04 14:04:12 +0100 |
commit | d3e2dd5ea174cb14905a5ab48e3b97bcf9f0b97e (patch) | |
tree | 5a65da8948c3ce01db5b9c9e155f8963ffcfac4b /.gitignore | |
parent | 02286c3375b24216a81522e0fd3c019343a00df4 (diff) | |
download | libgit2-d3e2dd5ea174cb14905a5ab48e3b97bcf9f0b97e.tar.gz |
Fixed .gitignore typo.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f4d27f64b..9f464e421 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,5 @@ msvc/Debug/ msvc/Release/
*.suo
*.user
-*sdf
+*.sdf
*.opensdf
\ No newline at end of file |