mirror of https://github.com/apache/cloudstack.git
Ignore pydevproject files during the course of installation
This commit is contained in:
parent
03ddc57939
commit
9a03cd9ccb
2
wscript
2
wscript
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue