.gitignore 497 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. *.pyc
  2. *~
  3. .lock*
  4. .wafpickle-*
  5. demos/out.txt
  6. waf
  7. build
  8. demos/*/build*
  9. playground/*/build*
  10. .waf-*
  11. .waf3-*
  12. *.log
  13. .DS_Store
  14. .AppleDouble
  15. .LSOverride
  16. # Icon must end with two \r
  17. Icon
  18. # Thumbnails
  19. ._*
  20. # Files that might appear in the root of a volume
  21. .DocumentRevisions-V100
  22. .fseventsd
  23. .Spotlight-V100
  24. .TemporaryItems
  25. .Trashes
  26. .VolumeIcon.icns
  27. # Directories potentially created on remote AFP share
  28. .AppleDB
  29. .AppleDesktop
  30. Network Trash Folder
  31. Temporary Items
  32. .apdisk
  33. # Windows build output
  34. waf.bat