Browse Source

.hgignore can now just ignore parallel build hierarchy instead of file types, and dist folder

JNI-106
heck 5 years ago
parent
commit
c1e9f69985
  1. 18
      .hgignore

18
.hgignore

@ -3,30 +3,24 @@ syntax: glob
# ignore all of them # ignore all of them
*.class *.class
*.jar
*.swp
*.d
*.o
*.a
*.dylib
*.so
*.log *.log
.DS_Store .DS_Store
# ignore config files # ignore config files
local.conf local.conf
local.conf
# ignore build and dist dirs
build/*
dist/*
# ignore generated files # ignore generated files
status_list.yml2 status_list.yml2
foundation_pEp_jniadapter__Blob.h foundation_pEp_jniadapter__Blob.h
foundation_pEp_jniadapter_AbstractEngine.h foundation_pEp_jniadapter_AbstractEngine.h
foundation_pEp_jniadapter_Engine.* foundation_pEp_jniadapter_Engine.*
foundation_pEp_jniadapter_Message.*
foundation_pEp_jniadapter_Identity.h foundation_pEp_jniadapter_Identity.h
foundation_pEp_jniadapter_Message.cc throw_pEp_exception.*
foundation_pEp_jniadapter_Message.h
throw_pEp_exception.cc
throw_pEp_exception.hh
CipherSuite.java CipherSuite.java
Color.java Color.java

Loading…
Cancel
Save