diff options
author | feynmansfedora <hdawg7797@yahoo.com> | 2020-03-22 14:36:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 14:36:02 -0400 |
commit | 9d9be91d69148234d34e105be861f18364f7ce24 (patch) | |
tree | 0cb5806b687ff62790065ae3b528a5c2cf6907d3 /.gitignore | |
parent | e4d7902a2d222f95517cfbe1437879022b7800c6 (diff) |
Create .gitignore
Block TeX .pdf output and macOS folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc9d1bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pdf +.DS_STORE |