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

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaim, Sean M <Sean.Kaim@ca.com>2016-04-29 18:07:23 +0300
committerKaim, Sean M <Sean.Kaim@ca.com>2016-04-29 18:07:23 +0300
commit38f17b05c294ab851c4b039e64e01d13f7547b3e (patch)
treec43b9be6558c2f2f9696076970c4150da8800542 /.gitignore
parentd4e81daee3a4e618f6676bc7e895805eef375fe4 (diff)
update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index b0443b6f..d5a3541d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
-Release/
-mRemoteV1/bin/
-mRemoteV1/obj/
-mRemoteV1/publish/
+**/bin/
+**/obj/
+
*.pfx
*.suo
*.vbproj.user
@@ -38,16 +37,18 @@ UpgradeLog.XML
*.userprefs
# Build results
-[Dd]ebug/
-[Dd]ebugPublic/
-[Rr]elease/
-[Rr]eleases/
+**/[Dd]ebug/
+**/[Dd]ebug [Pp]ortable/
+**/[Dd]ebugPublic/
+**/[Rr]elease/
+**/[Rr]elease [Pp]ortable/
+**/[Rr]eleases/
x64/
x86/
build/
bld/
-[Bb]in/
-[Oo]bj/
+**/[Bb]in/
+**/[Oo]bj/
# Visual Studo 2015 cache/options directory
.vs/