Skip to content

Commit a92d608

Browse files
authored
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.
1 parent 318f8fc commit a92d608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Processing.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.DS_Store
22
applet
3+
application.linux-arm64
4+
application.linux-armv6hf
35
application.linux32
46
application.linux64
57
application.windows32

0 commit comments

Comments
 (0)