diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c2208f --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# unwanted binaries +**.pdf +./assigments/01/01_1 + +# c++ compiling files +**.o +**.cmake +**CMakeCache.txt + +# latex compiling files +**.toc +**.out +**.log +**.aux +**.nlo +**.nls +**.ilg +**.loe + +# other temp files +**.swp +**.OLD +