A presentation designed to get someone started with a clojure development environment and on the path to learning clojure.

.gitignore 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. ## Core latex/pdflatex auxiliary files:
  2. *.aux
  3. *.lof
  4. *.log
  5. *.lot
  6. *.fls
  7. *.out
  8. *.toc
  9. ## Intermediate documents:
  10. *.dvi
  11. *-converted-to.*
  12. # these rules might exclude image files for figures etc.
  13. # *.ps
  14. # *.eps
  15. # *.pdf
  16. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  17. *.bbl
  18. *.bcf
  19. *.blg
  20. *-blx.aux
  21. *-blx.bib
  22. *.brf
  23. *.run.xml
  24. ## Build tool auxiliary files:
  25. *.fdb_latexmk
  26. *.synctex.gz
  27. *.synctex.gz(busy)
  28. *.pdfsync
  29. ## Auxiliary and intermediate files from other packages:
  30. # algorithms
  31. *.alg
  32. *.loa
  33. # amsthm
  34. *.thm
  35. # beamer
  36. *.nav
  37. *.snm
  38. *.vrb
  39. #(e)ledmac/(e)ledpar
  40. *.end
  41. *.[1-9]
  42. *.[1-9][0-9]
  43. *.[1-9][0-9][0-9]
  44. *.[1-9]R
  45. *.[1-9][0-9]R
  46. *.[1-9][0-9][0-9]R
  47. *.eledsec[1-9]
  48. *.eledsec[1-9]R
  49. *.eledsec[1-9][0-9]
  50. *.eledsec[1-9][0-9]R
  51. *.eledsec[1-9][0-9][0-9]
  52. *.eledsec[1-9][0-9][0-9]R
  53. # glossaries
  54. *.acn
  55. *.acr
  56. *.glg
  57. *.glo
  58. *.gls
  59. # hyperref
  60. *.brf
  61. # listings
  62. *.lol
  63. # makeidx
  64. *.idx
  65. *.ilg
  66. *.ind
  67. *.ist
  68. # minitoc
  69. *.maf
  70. *.mtc
  71. *.mtc0
  72. # minted
  73. *.pyg
  74. # morewrites
  75. *.mw
  76. # nomencl
  77. *.nlo
  78. # sagetex
  79. *.sagetex.sage
  80. *.sagetex.py
  81. *.sagetex.scmd
  82. # sympy
  83. *.sout
  84. *.sympy
  85. sympy-plots-for-*.tex/
  86. # todonotes
  87. *.tdo
  88. # xindy
  89. *.xdy