🙈 added .gitignore
parent
7d9e5b9d09
commit
dba67dc5ea
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue