diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,15 +1,18 @@ -\.orig$ -\.orig\..*$ -\.chg\..*$ -\.rej$ -\.conflict\~$ - -^data/templates_c$ -^logs/bfw.log$ - -syntax: glob -.hgignore - -# Private Einstellungen der IDE's -.idea/workspace.xml -nbproject/private/ +\.orig$ +\.orig\..*$ +\.chg\..*$ +\.rej$ +\.conflict\~$ + +^data/templates_c$ +^logs/bfw.log$ + +syntax: glob +.hgignore + +syntax: regexp +^tests$ + +# Private Einstellungen der IDE's +.idea/workspace.xml +nbproject/private/