Add ignore rules for Linux ARM exports

Since Processing version 3.0.1 you can compile Linux ARM versions of your Processing sketch, distinct from the regular 32 and 64 bit Linux exports.
This commit is contained in:
Niels NTG Poldervaart 2018-08-25 14:46:05 +02:00 committed by GitHub
parent 318f8fc991
commit a92d6088ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
.DS_Store
applet
application.linux-arm64
application.linux-armv6hf
application.linux32
application.linux64
application.windows32