Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Smirnov <uluhonolulu@gmail.com>2012-01-29 19:09:14 +0400
committernulltoken <emeric.fermas@gmail.com>2012-01-29 23:40:46 +0400
commit6fea5f0587dece6f7a91614a62a53f150fde3a76 (patch)
treeaa2581e045eab716fe68c1c98ae52701de3ef9cd /.gitignore
parent7b511cdd862317e9038028e885d333e2da5eb947 (diff)
Added the local R# settings file extension to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a9a00498..c23615b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,5 @@ _ReSharper*/
[bB]uild/
*.pidb
*.userprefs
-*.swp \ No newline at end of file
+*.swp
+*.DotSettings \ No newline at end of file