.gitignore 849 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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-*.tar.gz
  33. org-*.zip
  34. manual
  35. org_dual_license.texi
  36. ORGWEBPAGE/Changes.txt
  37. local*.mk
  38. doc/git-describe.texi
  39. .gitattributes
  40. # texi2pdf --tidy
  41. doc/*.t2d
  42. # aspell word and replacement lists
  43. .aspell.org.pws
  44. .aspell.org.prepl
  45. # allow tmp and test directories that will not be tracked
  46. test
  47. t
  48. auto
  49. tmp
  50. TODO
  51. # and collateral damage from Emacs
  52. *~
  53. .DS_Store
  54. *#
  55. .#*
  56. #
  57. # Local variables:
  58. # fill-column: 72
  59. # mode: conf
  60. # End:
  61. /UTILITIES/x11idle