diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2021-03-07 06:05:59 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2021-03-07 06:05:59 +0100 |
commit | 9318cf9302ecefccd7cff8461439c965b1e1edc8 (patch) | |
tree | 3743b960df6e75c920171592d1ed0a6339f9dac4 /.gitignore | |
parent | 617192d5107af675fdf27462e21f60c8459b2c5e (diff) | |
download | cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.gz cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.bz2 cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.xz cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.zip |
First draft of scientific CV
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +*.make +*.temp +*.d +*.bcf *.acn *.acr *.alg @@ -30,10 +34,10 @@ *.vrb *.xdy *.tdo -*.pdf -cv.fls -cv.texnicle -cv.texnicle.backup +cv*.run.xml +cv*.fls +cv*.texnicle +cv*.texnicle.backup .DS_Store latex-classicalcv.sublime-project latex-classicalcv.sublime-workspace |