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