diff options
author | Mateja <mail@matejamaric.com> | 2021-02-10 15:13:01 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-10 15:13:01 +0100 |
commit | 0df6437f775ca720238364348774396280d59294 (patch) | |
tree | 3ff5c7e8dbb946edce6eb747870b4622b15fb863 | |
parent | 92664f7dfa586c5d9c4d2a70fc006f83b99f1418 (diff) | |
download | cv-0df6437f775ca720238364348774396280d59294.tar.gz cv-0df6437f775ca720238364348774396280d59294.zip |
Add .gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab498d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +* +!*cls +!*tex +!*md +!.gitignore |