瀏覽代碼

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.
Niels NTG Poldervaart 6 年之前
父節點
當前提交
a92d6088ab
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Processing.gitignore

+ 2 - 0
Processing.gitignore

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