diff options
author | Agathe Porte <microjoe@microjoe.org> | 2017-08-12 11:06:53 +0200 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2017-08-12 11:06:53 +0200 |
commit | e6e4c137780a37470aa63e18c9045639b1593ad9 (patch) | |
tree | bd424a39e254523d27122edcfbf690738c428e68 /.gitignore | |
download | latex-makefile-e6e4c137780a37470aa63e18c9045639b1593ad9.tar.gz latex-makefile-e6e4c137780a37470aa63e18c9045639b1593ad9.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..adc9640 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.aux +*.fdb_latexmk +*.fls +*.glg +*.glo +*.gls +*.glsdefs +*.ist +*.lof +*.log +*.lot +*.out +*.toc +*.xdy |