.gitignore 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. *.diff
  10. *.dvi
  11. *.elc
  12. *.fn
  13. *.fns
  14. *.html
  15. *.info
  16. *.ky
  17. *.kys
  18. *.log
  19. *.patch
  20. *.pdf
  21. *.pg
  22. *.pgs
  23. *.ps
  24. *.toc
  25. *.tp
  26. *.vr
  27. *.vrs
  28. orgcard_letter.tex
  29. orgcard.txt
  30. org
  31. org-install.el
  32. org-version.el
  33. org-*.tar*
  34. org-*.zip
  35. version.mk
  36. manual
  37. org_dual_license.texi
  38. ORGWEBPAGE/Changes.txt
  39. local*.mk
  40. .gitattributes
  41. # texi2pdf --tidy
  42. doc/*.t2d
  43. # aspell word and replacement lists
  44. .aspell.org.pws
  45. .aspell.org.prepl
  46. # allow tmp and test directories that will not be tracked
  47. test
  48. t
  49. auto
  50. tmp
  51. TODO
  52. # and collateral damage from Emacs
  53. *~
  54. .DS_Store
  55. *#
  56. .#*
  57. /utils/x11idle
  58. #
  59. # Local variables:
  60. # End: