diff options
author | Romain Porte <microjoe@microjoe.org> | 2017-08-12 11:06:53 +0200 |
---|---|---|
committer | Romain Porte <microjoe@microjoe.org> | 2017-08-12 11:06:53 +0200 |
commit | 775dd5a283f88f86715129ecb878a932a232225a (patch) | |
tree | 90f6da881ef6aea01290668e8490dd62fea0949a /.gitignore | |
download | latex-makefile-775dd5a283f88f86715129ecb878a932a232225a.tar.gz latex-makefile-775dd5a283f88f86715129ecb878a932a232225a.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 |