From 0a6b9c561174c6e0140394ccfd9be04d35de7011 Mon Sep 17 00:00:00 2001 From: Johannes Muenzel Date: Fri, 26 Sep 2014 02:25:37 -0400 Subject: [PATCH] Add .gitignore file -- this is probably overkill --- .gitignore | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..718e797 --- /dev/null +++ b/.gitignore @@ -0,0 +1,67 @@ +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/doc +/target/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +src/.DS_Store +tmp.*.rs