Edit

kc3-lang/brotli/.gitignore

Branch :

  • Show log

    Commit

  • Author : OZone
    Date : 2020-05-15 14:05:03
    Hash : 8f093f5e
    Message : .gitignore: Ignore .obj files (#805) EDK II windows build produces .obj files in source tree

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