From dfe14fd47fe391240ab2fec57718c88860220053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1zaro=20Vieira?= Date: Fri, 7 Apr 2017 00:14:38 -0300 Subject: [PATCH] Add .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e5fd52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +build +output +tmp +encryptKeyWith +*.elf +*.zip +*.bat +*.jar +*.rpx \ No newline at end of file