Edit

kc3-lang/brotli/.gitignore

Branch :

  • Show log

    Commit

  • Author : Eugene Kliuchnikov
    Date : 2017-05-29 17:55:14
    Hash : 03739d2b
    Message : Update (#555) Update: * new CLI; bro -> brotli; + man page * JNI wrappers preparation (for bazel build) * add raw binary dictionary representation `dictionary.bin` * add ability to side-load brotli RFC dictionary * decoder persists last error now * fix `BrotliDecoderDecompress` documentation * go reader don't block until necessary * more consistent bazel target names * Java dictionary data compiled footprint reduced * Java tests refactoring

  • .gitignore
  • # C
    *.o
    bin/
    buildfiles/
    **/obj/
    dist/
    
    # Python
    __pycache__/
    *.py[cod]
    *.so
    *.egg-info/
    
    # Tests
    *.txt.uncompressed
    *.br
    *.unbr