Ignore pydevproject files during the course of installation

This commit is contained in:
Manuel Amador (Rudd-O) 2010-08-30 10:41:26 -07:00
parent 03ddc57939
commit 9a03cd9ccb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ for _globber in [
for f in _globber: Scripting.excludes.append(_basename(f)) # _basename() only the filename
# things never to consider when building or installing
for pattern in ["**/.project","**/.classpath"]: Node.exclude_regs += "\n%s"%pattern
for pattern in ["**/.project","**/.classpath","**/.pydevproject"]: Node.exclude_regs += "\n%s"%pattern
# Support functions