From 0b1d1a84b27a9e38421526be17d29291fb8798c3 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Wed, 10 Jan 2018 19:10:48 +0100 Subject: [PATCH] add ignore file --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..387246a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# everything +* + +# except +!hal.py +!LICENSE +!README.md +!.gitignore