diff options
author | Aaron LI <aly@aaronly.me> | 2018-04-14 22:56:59 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-04-14 22:56:59 +0800 |
commit | 76932c1a2a8299d2d7fdfe2c194468120b4e5cb4 (patch) | |
tree | 04e5794ef12bb6417c2d0315a03743e42161cdff /.gitignore | |
download | resume-76932c1a2a8299d2d7fdfe2c194468120b4e5cb4.tar.bz2 |
Add resume class together with fontawesome style fileclass-v2.0.0
This template is based on the
[YACC: Another Awesome CV](https://github.com/darwiin/yaac-another-awesome-cv)
by Christophe Roger, which is further based on the
[Plasmati Graduate CV](https://www.latextemplates.com/template/plasmati-graduate-cv)
by Alessandro Plasmati.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eea400b --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.aux +*.fdb_latexmk +*.fls +*.log +*.out +auto/ +photos/ +photo.* |