.gitignore 878 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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-loaddefs.el
  32. org-version.el
  33. doc/org-version.inc
  34. doc/org-version.tex
  35. org-*.tar*
  36. orgplus-*.tar*
  37. org-*.zip
  38. version.mk
  39. manual
  40. org_dual_license.texi
  41. ORGWEBPAGE/Changes.txt
  42. local*.mk
  43. .gitattributes
  44. mk/x11idle
  45. ChangeLog
  46. # texi2pdf --tidy
  47. doc/*.t2d
  48. # aspell word and replacement lists
  49. .aspell.org.pws
  50. .aspell.org.prepl
  51. # allow tmp and test directories that will not be tracked
  52. test
  53. t
  54. auto
  55. tmp
  56. TODO
  57. # and collateral damage from Emacs
  58. *~
  59. .DS_Store
  60. *#
  61. .#*
  62. #
  63. # Local variables:
  64. # End: