From c4fa0619bca12201fa5b602ecbd4c523e588764c Mon Sep 17 00:00:00 2001 From: Jacob Smith <jake@laptop.(none)> Date: Tue, 9 Feb 2010 13:49:00 -0500 Subject: [PATCH] added ignore file --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cd0850 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Can ignore specific files +.DS_Store + +# Use wildcards as well +*~ +*.mat +*.pyc +*.prn +*.aux +*.log +*.dvi +*.maf +*.mtc +*.mtc0 +*.synctex.gz +*.dat +*.eps +*.ps +*.pdf +*.npy +*.o + +# Can also ignore all directories and files in a directory. +# tmp/**/* -- GitLab