From 3990180c5951e68a1ecabc538be1560e0eeffaec Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Thu, 6 Sep 2012 22:08:33 +0000 Subject: Adding appearance utility package --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index b180d92003..06d31e2f88 100644 --- a/.hgignore +++ b/.hgignore @@ -50,6 +50,11 @@ indra/web/doc/asset-upload/plugins/verify-texture installed.xml libraries tarfile_tmp +debian/secondlife-viewer* +debian/secondlife-appearance-utility* +debian/files +build-stamp +configure-stamp ^indra/lib/python/mulib.* ^web/locale.* ^web/secondlife.com.* -- cgit v1.2.3 From 8af68c8771077518585cf332ba0e1e53f18c76c7 Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Mon, 24 Sep 2012 19:20:28 +0000 Subject: Removing .orig and .rej files from ignore --- .hgignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 06d31e2f88..c845758e7c 100644 --- a/.hgignore +++ b/.hgignore @@ -10,7 +10,7 @@ syntax: glob .*.swp #OSX image cache file *.DS_Store -*.orig +#*.orig LICENSES indra/.distcc build-linux-* @@ -74,4 +74,4 @@ glob:indra/newview/filters.xml glob:indra/newview/avatar_icons_cache.txt glob:indra/newview/avatar_lad.log glob:*.diff -*.rej +#*.rej -- cgit v1.2.3 From f48011e4d04f744a93a18267bf7b78ec0b717b7c Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Tue, 15 Jan 2013 20:30:20 -0500 Subject: SH-3339 WIP, SH-3645 WIP - added getActualDescription to obviate an obnoxious and widely-used workaround, re-create COF link after wearable edit to force COF version bump --- .hgignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore old mode 100644 new mode 100755 -- cgit v1.2.3