.gitignore 756 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. t
  41. auto
  42. tmp
  43. TODO
  44. # and collateral damage from Emacs
  45. *~
  46. .DS_Store
  47. *#
  48. .#*
  49. #
  50. # Local variables:
  51. # fill-column: 72
  52. # mode: conf
  53. # End:
  54. /UTILITIES/x11idle