.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. orgguide
  32. org-loaddefs.el
  33. org-version.el
  34. doc/org.texi
  35. doc/orgguide.texi
  36. doc/org-version.inc
  37. doc/org-version.tex
  38. org-*.tar*
  39. orgplus-*.tar*
  40. org-*.zip
  41. version.mk
  42. manual
  43. org_dual_license.texi
  44. ORGWEBPAGE/Changes.txt
  45. local*.mk
  46. .gitattributes
  47. mk/x11idle
  48. ChangeLog
  49. # Files generated during `make packages/org` in a clone of `elpa.git`.
  50. /org-pkg.el
  51. /org-autoloads.el
  52. /lisp/org-autoloads.el
  53. # texi2pdf --tidy
  54. doc/*.t2d
  55. # aspell word and replacement lists
  56. .aspell.org.pws
  57. .aspell.org.prepl
  58. # allow tmp and test directories that will not be tracked
  59. test
  60. t
  61. auto
  62. tmp
  63. TODO
  64. # and collateral damage from Emacs
  65. *~
  66. .DS_Store
  67. *#
  68. .#*
  69. #
  70. # Local variables:
  71. # End: