mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Only exclude build/windows and build/macosx, not the app/ ones.
http://code.google.com/p/arduino/issues/detail?id=1011
This commit is contained in:
@ -574,8 +574,8 @@
|
|||||||
prefix="arduino-${version}"
|
prefix="arduino-${version}"
|
||||||
excludes="**/*.tgz,
|
excludes="**/*.tgz,
|
||||||
**/*.bz2,
|
**/*.bz2,
|
||||||
**/macosx/,
|
**/build/macosx/,
|
||||||
**/windows/,
|
**/build/windows/,
|
||||||
**/work/,
|
**/work/,
|
||||||
**/.git/,
|
**/.git/,
|
||||||
**/*.class"
|
**/*.class"
|
||||||
|
Reference in New Issue
Block a user