.gitignore 1.2 KB

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