.gitignore 742 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Don't bother tracking a bunch of stuff when building and installing
  2. # Org from the master git repository.
  3. # ...by ignoring everything created by 'make', 'make doc', `make info'
  4. # `make html_manual', `make release'
  5. *.aux
  6. *.bak
  7. *.cp
  8. *.cps
  9. *.dvi
  10. *.elc
  11. *.fn
  12. *.fns
  13. *.html
  14. *.ky
  15. *.kys
  16. *.log
  17. *.pdf
  18. *.pg
  19. *.pgs
  20. *.toc
  21. *.tp
  22. *.vr
  23. *.vrs
  24. *.dvi
  25. *.ps
  26. orgcard_letter.tex
  27. org
  28. org-install.el
  29. org-*.tar.gz
  30. org-*.zip
  31. manual
  32. org_dual_license.texi
  33. ORGWEBPAGE/Changes.txt
  34. # aspell word and replacement lists
  35. .aspell.org.pws
  36. .aspell.org.prepl
  37. # allow tmp and test directories that will not be tracked
  38. test
  39. auto
  40. tmp
  41. TODO
  42. # and collateral damage from Emacs
  43. *~
  44. .DS_Store
  45. *#
  46. .#*
  47. #
  48. # Local variables:
  49. # fill-column: 72
  50. # mode: conf
  51. # End:
  52. /UTILITIES/x11idle