summaryrefslogtreecommitdiff
path: root/php/makedist.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-06-13 11:37:05 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-06-13 11:37:05 +0800
commit3793708d4d26066cb5da74b7fb52704bda756bc6 (patch)
treeb86acfb3f7d0142e247b49e62a4e6eb70ce01af7 /php/makedist.py
parentFixed deadlock in Freeze transactional evictor (diff)
downloadice-3793708d4d26066cb5da74b7fb52704bda756bc6.tar.bz2
ice-3793708d4d26066cb5da74b7fb52704bda756bc6.tar.xz
ice-3793708d4d26066cb5da74b7fb52704bda756bc6.zip
replace .dummy with .gitignore. Fix makedist.py to remove the .gitignore files.
Diffstat (limited to 'php/makedist.py')
-rwxr-xr-xphp/makedist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/makedist.py b/php/makedist.py
index 0a5f630d8df..00930c3c2f2 100755
--- a/php/makedist.py
+++ b/php/makedist.py
@@ -103,7 +103,7 @@ shutil.copyfile(os.path.join("ice", "config", "Make.rules.msvc"),
filesToRemove = [ \
os.path.join("icephp", "makedist.py"), \
]
-filesToRemove.extend(find("icephp", ".dummy"))
+filesToRemove.extend(find("icephp", ".gitignore"))
for x in filesToRemove:
os.remove(x)