From 6ca7ca46368c2495aa10f485783fa2f18645ff54 Mon Sep 17 00:00:00 2001 From: wolf python london Date: Wed, 22 Feb 2012 12:37:18 +0800 Subject: [PATCH] add .gitignore file --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76c5955 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +#ignore the tmp files when compiling the tex file +*.aux +*.log +*.out +#ignore the .swp file gernerated by Vim +*.swp +#ignore the file generated by compiler(gcc & g++) +*.o +*.s +*.S