From 43efc17034004cd7f65f2953a4228c8accac4d5d Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Mon, 6 Apr 2015 00:12:51 +0200 Subject: [PATCH] ... --- .hgignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.hgignore b/.hgignore index 7b0004c..ca214b0 100644 --- a/.hgignore +++ b/.hgignore @@ -1,10 +1,20 @@ syntax: glob +# ignore all of them + *.class *.jar *.swp +*.o +*.a + +# ignore generated files org_pEp_*.h +org/pEp/jniadapter/pEp*.java +throw_pEp_exception.* + +# ignore vim workspace ws