From c1e9f6998500c98d96d32e1c193b83a8d3741e62 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 3 Jul 2020 17:07:17 +0200 Subject: [PATCH] .hgignore can now just ignore parallel build hierarchy instead of file types, and dist folder --- .hgignore | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.hgignore b/.hgignore index a885677..3fadd4c 100644 --- a/.hgignore +++ b/.hgignore @@ -3,30 +3,24 @@ syntax: glob # ignore all of them *.class -*.jar -*.swp -*.d -*.o -*.a -*.dylib -*.so *.log .DS_Store # ignore config files local.conf -local.conf + +# ignore build and dist dirs +build/* +dist/* # ignore generated files status_list.yml2 foundation_pEp_jniadapter__Blob.h foundation_pEp_jniadapter_AbstractEngine.h foundation_pEp_jniadapter_Engine.* +foundation_pEp_jniadapter_Message.* foundation_pEp_jniadapter_Identity.h -foundation_pEp_jniadapter_Message.cc -foundation_pEp_jniadapter_Message.h -throw_pEp_exception.cc -throw_pEp_exception.hh +throw_pEp_exception.* CipherSuite.java Color.java