.gitignore 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # Ignore any python bytecode.
  2. *.pyc
  3. # ignore cipd client files
  4. /.cipd_bin/
  5. /.cipd_bin_cros_python2
  6. /.cipd_client*
  7. /.cipd_client_cache/
  8. /.versions/
  9. # Ignore "disable auto update" sentinel file.
  10. .disable_auto_update
  11. # Ignore the batch files produced by the Windows bootstrapping.
  12. /git-bash
  13. /git.bat
  14. /gitk.bat
  15. /.pylint.d/
  16. /python
  17. /python.bat
  18. /python3.bat
  19. /ssh.bat
  20. /ssh-keygen.bat
  21. /svn
  22. /svn.bat
  23. /svnversion.bat
  24. /.bleeding_edge
  25. /.codereview_upload_cookies
  26. /.gitconfig
  27. /.git_bleeding_edge
  28. /.git_cl_description_backup
  29. /.last_codereview_email_address
  30. /.ssh
  31. /.subversion
  32. # Ignore locations where third-party tools are placed during bootstrapping.
  33. /bootstrap*_bin
  34. /python*_bin
  35. /python_bin_reldir.txt
  36. /python3_bin_reldir.txt
  37. /win_tools*_bin
  38. /git_bin
  39. /git-*_bin
  40. /svn_bin
  41. /external_bin/
  42. /win_toolchain/vs2013_files
  43. /win_toolchain/vs_files
  44. /win_toolchain/*.timestamps
  45. /win_toolchain/.vspro
  46. /win_toolchain/data.json
  47. /win_toolchain/vs_files.ciopfs
  48. # Ignore ctags/cscope index files
  49. /TAGS
  50. /cscope.files
  51. /cscope.in.out
  52. /cscope.out
  53. /cscope.po.out
  54. /tags
  55. # Ignore unittest related files.
  56. /testing_support/_infra
  57. /testing_support/_rietveld
  58. /tests/git-svn-submodule/
  59. /tests/subversion_config/README.txt
  60. /tests/subversion_config/auth
  61. /tests/subversion_config/servers
  62. /tests/svn/
  63. /tests/svnrepo/
  64. # Ignore intermediate isolate files
  65. *.isolated
  66. *.isolated.state
  67. # Ignore recipe working directory.
  68. /.recipe_deps
  69. /infra/.recipe_deps
  70. /recipes/.recipe_deps
  71. # Ignore google AE downloaded for running testing only.
  72. testing_support/google_appengine
  73. # Ignore emacs / vim backup files.
  74. *~
  75. *.swp
  76. # Ignore win/mac monitoring config. It is unique for each depot_tools checkout.
  77. /metrics.cfg
  78. /build_telemetry.cfg
  79. # Ignore git traces produced by git push on git-cl upload.
  80. /traces
  81. # Ignore VsChromium configuration file.
  82. /vs-chromium-project.txt
  83. # Ignore the file that logs Python 2 scripts run during presubmits.
  84. /python2_usage.txt