Presentation about clojure core concepts/functions.

.gitignore 600B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Created by https://www.gitignore.io
  2. ### Emacs ###
  3. # -*- mode: gitignore; -*-
  4. *~
  5. \#*\#
  6. /.emacs.desktop
  7. /.emacs.desktop.lock
  8. *.elc
  9. auto-save-list
  10. tramp
  11. .\#*
  12. # Org-mode
  13. .org-id-locations
  14. *_archive
  15. # flymake-mode
  16. *_flymake.*
  17. # eshell files
  18. /eshell/history
  19. /eshell/lastdir
  20. # elpa packages
  21. /elpa/
  22. # reftex files
  23. *.rel
  24. # AUCTeX auto folder
  25. /auto/
  26. # cask packages
  27. .cask/
  28. ### LaTeX ###
  29. *.acn
  30. *.acr
  31. *.alg
  32. *.aux
  33. *.bbl
  34. *.blg
  35. *.dvi
  36. *.fdb_latexmk
  37. *.glg
  38. *.glo
  39. *.gls
  40. *.idx
  41. *.ilg
  42. *.ind
  43. *.ist
  44. *.lof
  45. *.log
  46. *.lot
  47. *.maf
  48. *.mtc
  49. *.mtc0
  50. *.nav
  51. *.nlo
  52. *.out
  53. *.pdfsync
  54. *.ps
  55. *.snm
  56. *.synctex.gz
  57. *.toc
  58. *.vrb
  59. *.xdy
  60. *.tdo