From 5bd276d50740bfd765f92f722dca8314e709d3f9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Apr 2017 10:49:35 -0700 Subject: [PATCH] tools: gitignore cleanups --- .gitignore | 22 +++++++++++++--------- site/.gitignore | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 84753ea11..b89b14e81 100644 --- a/.gitignore +++ b/.gitignore @@ -12,35 +12,39 @@ _* tags TAGS +# temp files +[a-z0-9] +[a-z0-9].* +[a-z0-9][a-z0-9] +[a-z0-9][a-z0-9].* +[0-9]* + # haskell stuff *.dyn_hi *.dyn_o *.hi *.p_o +*.hp cabal-dev* cabal.project.local cabal.sandbox.config dist/ dist-newstyle/ /Shake +/.shake.html # hledger stuff -t.* -tt.* -ttt.* -tttt.* -ttttt.* -t[0-9]* old -tests/addons/hledger-* -tools/generatejournal -tools/simplebench log profs/* test.hs +tests/addons/hledger-* +tools/generatejournal +tools/simplebench */doc/*.[0-9] */doc/*.[0-9].txt */doc/*.[0-9].info +/hledger.org # hledger-web stuff /config diff --git a/site/.gitignore b/site/.gitignore index 5dfcdb999..3c6d4cd00 100644 --- a/site/.gitignore +++ b/site/.gitignore @@ -1,4 +1,4 @@ -hakyll-std +hakyll-std/hakyll-std _cache _site files/downloads