From 451aece9c1d5743a1719eb73f8037e73acb2732c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 29 Sep 2014 02:12:11 +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 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3dda982 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.swp +*.swo +*.bak +*.pyc +*.pyo +*.o +*.so +*.out +*.su +*.gch +*.zip +__pycache__/ +*.info +*.pdf +*.dvi +*.ps +*.tar +*.gz +*.bz2 +*.xz + -- cgit v1.2.3-70-g09d2