diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-08-30 18:49:52 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-08-30 18:49:52 +0200 |
commit | 4aae138676907599c1fbfe698da2bb7861d4f12e (patch) | |
tree | dc4071ef03101f41d6cc5ee639685e3d21f5b4ba /.gitignore | |
download | marginal-4aae138676907599c1fbfe698da2bb7861d4f12e.tar.gz marginal-4aae138676907599c1fbfe698da2bb7861d4f12e.tar.bz2 marginal-4aae138676907599c1fbfe698da2bb7861d4f12e.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 |