.gitignore 81 B

12345678
  1. # ignore all except .gitignore file
  2. *.pyc
  3. *.spec
  4. output
  5. # dist
  6. log
  7. build
  8. # input