diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-09-21 15:09:23 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-09-21 15:09:23 -0400 |
commit | 0ceefdc60f6f63e53f6939027d2cd5cd2cd5b280 (patch) | |
tree | 7e876174936c6e47c0d5f1d9eeb4ea3ee8e97a16 /.gitignore | |
download | PRE_98_063306-0ceefdc60f6f63e53f6939027d2cd5cd2cd5b280.tar.gz PRE_98_063306-0ceefdc60f6f63e53f6939027d2cd5cd2cd5b280.tar.bz2 PRE_98_063306-0ceefdc60f6f63e53f6939027d2cd5cd2cd5b280.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7156c49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.aux +*.log +*.bbl +*.blg +*Notes.bib +*.dvi +*.pdf +*.synctex.gz + |