From 46693c9b31d64dc7a3d0b848f194b6b970ef8703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 28 Oct 2015 19:59:24 +0100 Subject: [PATCH] android/example: add .gitignore --- examples/android/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/android/.gitignore diff --git a/examples/android/.gitignore b/examples/android/.gitignore new file mode 100644 index 00000000..4049a969 --- /dev/null +++ b/examples/android/.gitignore @@ -0,0 +1,9 @@ +assets/lisp/lib +assets/lisp/home +bin/ +ecl-android +ecl-libdir +gen/ +libs/ +obj +local.properties \ No newline at end of file