.gitignore 754 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. orgcard.txt
  28. org
  29. org-install.el
  30. org-*.tar.gz
  31. org-*.zip
  32. manual
  33. org_dual_license.texi
  34. ORGWEBPAGE/Changes.txt
  35. # aspell word and replacement lists
  36. .aspell.org.pws
  37. .aspell.org.prepl
  38. # allow tmp and test directories that will not be tracked
  39. test
  40. auto
  41. tmp
  42. TODO
  43. # and collateral damage from Emacs
  44. *~
  45. .DS_Store
  46. *#
  47. .#*
  48. #
  49. # Local variables:
  50. # fill-column: 72
  51. # mode: conf
  52. # End:
  53. /UTILITIES/x11idle