From dc9a897916052dacfce374f14fbb521e98805521 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Mon, 2 Sep 2013 19:09:35 +1200 Subject: [PATCH] Add .gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a231a6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Swap / temporary files for vi and emacs. +*.swp +*~ +*# +.#* +\#* + +# Compiled Python files. +*.pyc +*.pyo + +# LaTeX intermediate files. +*.aux +*.bbl +*.idx +*.ind +*.lof +*.toc + +# Binary files generated during build. +*.o +*.d +*.bin +*.map +*.out + +*.pdf +