diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2021-11-21 18:35:40 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2021-11-21 19:29:47 +0100 |
commit | 798c814949998d48b06d37b55d7f26d72477bf82 (patch) | |
tree | e40a8e753287ba96173228e51da6fd0eb372e99c /.gitignore | |
parent | cfd2d572e697d0b0a9552ff316d3e9e750b09d0c (diff) | |
download | transliterator-798c814949998d48b06d37b55d7f26d72477bf82.tar.gz |
switch to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e5b5ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +build/ +syntax:glob +*.swp +*.pdf +*.aux +*.bbl +*.log +*.url +*.toc +*.ind +*.out +*.dvi +*.blg +*.4ct +*.idv +*.html +*.css +*.4tc +*.lg +*.xref +*.idx +*.tmp +*.djvu +*.ps +*.make +*.d +*.fls +*-blx.bib +*.temp +*.latexmain +*.snm +*.nav +*.vrb +*.top +*.tuc +*.swo +*.tuo +*.ted |