diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2022-05-26 08:40:58 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2023-05-30 11:47:05 +0200 |
commit | 40332355f04f49c293999f2422c574465f18810b (patch) | |
tree | 61e4a163339f3442e43ddffd707f3c211c7813a4 /.gitignore |
Inital commit.
Provide *README*, *.gitignore*, and *COPYING*
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e2b0668 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Generic + +*~* +*#* + +# LaTeX compilation remedies + +*.aux +*.dvi +*.log +*.lyx +*.nav +*.out +*.snm +*.toc +*.vrb + +# LaTeX package intermediates + +*.dtx +*.ins +*.tex +*.sty +*.cls + +!tex/*.sty +!tex/*.cls +!doc/*.tex + + +# LaTeX PDF output + +*.pdf |