# HG changeset patch # User František Kučera # Date 1537092106 -7200 # Node ID c043377a757f558f9a85d61d1a5b9165a67ecfe9 unify .hgignore across repositories diff -r 000000000000 -r c043377a757f .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Sep 16 12:01:46 2018 +0200 @@ -0,0 +1,14 @@ +syntax: glob + +*~ + +syntax: regexp + +^temp/ + +^\.dep\.inc +^dist/ +^build/ +^nbproject/private/ + +^.*\.qtcreator\.(config|creator|files|includes)