From c9e75813eddb47609422bede347a40123b4005b3 Mon Sep 17 00:00:00 2001 From: "Francisco R. Del Roio" Date: Mon, 28 Aug 2017 09:10:38 -0300 Subject: [PATCH] Create .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2197248 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore files from build process +*.pyc +*.nvda-addon +addon/ +!addon/appModules/ +.sconsign.dblite