.gitignore 439 B

123456789101112131415161718192021222324252627282930
  1. .DS_Store
  2. .tags*
  3. /.idea/
  4. /build/
  5. /dist/
  6. /external_binaries/
  7. /out/
  8. /vendor/brightray/vendor/download/
  9. /vendor/debian_wheezy_amd64-sysroot/
  10. /vendor/debian_wheezy_arm-sysroot/
  11. /vendor/debian_wheezy_i386-sysroot/
  12. /vendor/python_26/
  13. /vendor/npm/
  14. /vendor/llvm/
  15. /vendor/llvm-build/
  16. /vendor/.gclient
  17. node_modules/
  18. *.xcodeproj
  19. *.swp
  20. *.pyc
  21. *.VC.db
  22. *.VC.VC.opendb
  23. .vs/
  24. .vscode/
  25. *.vcxproj
  26. *.vcxproj.user
  27. *.vcxproj.filters
  28. *.sln
  29. debug.log
  30. npm-debug.log