diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-06-10 17:59:50 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-06-10 17:59:50 +0200 |
commit | f69b610ac37d25f21f32c0b9a6c0b1942249cb00 (patch) | |
tree | 309111ffa391bd6142a80a3f87a7167eca20afcf /.gitignore | |
download | EPL_143_61003-f69b610ac37d25f21f32c0b9a6c0b1942249cb00.tar.gz EPL_143_61003-f69b610ac37d25f21f32c0b9a6c0b1942249cb00.tar.bz2 EPL_143_61003-f69b610ac37d25f21f32c0b9a6c0b1942249cb00.zip |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a36fc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.aux +*.fdb_latexmk +*.fls +*.log +/*.pdf +*.synctex.gz +*.bbl +*.blg +*.out +*.bcf +*.run.xml +*.synctex(busy) +*.toc +*Notes.bib |