From 584b4c36898e54c141cfb8d5848204afe1436359 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 13 Jun 2014 18:07:51 +0200 Subject: first commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6deb059 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +_/ +bin/ +obj/ +__pycache__/ +\#*\# +.* +!.git* +*~ +*.py[co] +*.sw[op] +*.bak + -- cgit v1.2.3-70-g09d2