You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.4KB

  1. # .gitignore - List of filenames git should ignore
  2. # Filenames that should be ignored wherever they appear
  3. *~
  4. *.rej
  5. *.orig
  6. *.pyc
  7. *.pyo
  8. TAGS
  9. tags
  10. ID
  11. .DS_Store*
  12. # Vim swap files.
  13. .*.sw[a-z]
  14. # User files that may appear at the root
  15. /.mozconfig*
  16. /mozconfig
  17. /configure
  18. /config.cache
  19. /config.log
  20. /.clang_complete
  21. /mach.ini
  22. # Empty marker file that's generated when we check out NSS
  23. security/manager/.nss.checkout
  24. # Build directories
  25. /obj*/
  26. /build-*/
  27. # Build directories for js shell
  28. */_DBG.OBJ/
  29. */_OPT.OBJ/
  30. # SpiderMonkey configury
  31. js/src/configure
  32. js/src/autom4te.cache
  33. # SpiderMonkey test result logs
  34. js/src/tests/results-*.html
  35. js/src/tests/results-*.txt
  36. # Java HTML5 parser classes
  37. parser/html/java/htmlparser/
  38. parser/html/java/javaparser/
  39. # Ignore the files and directory that Eclipse IDE creates
  40. .project
  41. .cproject
  42. .settings/
  43. # Python virtualenv artifacts.
  44. python/psutil/*.so
  45. python/psutil/*.pyd
  46. python/psutil/build/
  47. # Ignore chrome.manifest files from the devtools loader
  48. browser/devtools/chrome.manifest
  49. toolkit/devtools/chrome.manifest
  50. # Ignore misc files that need not be in the repo
  51. other-licenses/7zstub/firefox/7zSD - Copy.sfx.exe
  52. # Ignore official beta branding
  53. browser/branding/officialbeta/
  54. # External Projects
  55. # Account for someone being clever with ntfs junctions or other filesystem links ;)
  56. basilisk/
  57. mail/
  58. suite/
  59. iceweasel/
  60. calendar/
  61. projects/*