github.com/hwaf/hwaf@v0.0.0-20140814122253-5465f73b20f1/py-hwaftools/.gitignore (about)

     1  *~
     2  *.pyc
     3  *.pyo
     4  __pycache__
     5  *.root
     6  /__build__*
     7  
     8  # WAF files
     9  /.lock-waf*
    10  /.unittest-gtest/
    11  /.waf-*/
    12  /.waf3-*/
    13  
    14  # hwaf defaults
    15  /install-area
    16  .hwaf*