From 798c814949998d48b06d37b55d7f26d72477bf82 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 21 Nov 2021 18:35:40 +0100 Subject: switch to gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ .hgignore | 37 ------------------------------------- 2 files changed, 38 insertions(+), 37 deletions(-) create mode 100644 .gitignore delete mode 100644 .hgignore 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 diff --git a/.hgignore b/.hgignore deleted file mode 100644 index c8c403c..0000000 --- a/.hgignore +++ /dev/null @@ -1,37 +0,0 @@ -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 -- cgit v1.2.3