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