From 7e095b7322c7dc831e8e3481848257dcda99d467 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Jan 2018 20:36:13 +0100 Subject: Hello World example --- examples/helloworld/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/helloworld/.gitignore (limited to 'examples/helloworld/.gitignore') diff --git a/examples/helloworld/.gitignore b/examples/helloworld/.gitignore new file mode 100644 index 00000000..4d615936 --- /dev/null +++ b/examples/helloworld/.gitignore @@ -0,0 +1,4 @@ +.*/ +build/ +out/ +*.iml \ No newline at end of file -- cgit