From 63039d0b182cfb2a17517bf893b2c33929fccde8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Mar 2014 03:21:59 +0100 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4a7488 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +_/ +bin/ +obj/ +__pycache__/ +.* +!.git* +*~ +*.swo +*.swp +*.bak +*.pyc +*.pyo + -- cgit v1.2.3-70-g09d2