From 4ae619ec2333ad75548e592c11e9efba163f2f64 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 31 Jul 2012 11:37:10 +0200 Subject: [PATCH] windows: Move gitignore rules --- .gitignore | 2 ++ SparkleShare/Windows/.gitignore | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 SparkleShare/Windows/.gitignore diff --git a/.gitignore b/.gitignore index 0ba5e61d..f1eaa13b 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,5 @@ _ReSharper.* *.wixobj *.wixpdb *.wxs +*.dotCover + diff --git a/SparkleShare/Windows/.gitignore b/SparkleShare/Windows/.gitignore deleted file mode 100644 index 452a2557..00000000 --- a/SparkleShare/Windows/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ - -*.dotCover \ No newline at end of file