.gitignore 935 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. # ---> Emacs
  2. # -*- mode: gitignore; -*-
  3. *~
  4. \#*\#
  5. /.emacs.desktop
  6. /.emacs.desktop.lock
  7. *.elc
  8. auto-save-list
  9. tramp
  10. .\#*
  11. # Org-mode
  12. .org-id-locations
  13. *_archive
  14. # flymake-mode
  15. *_flymake.*
  16. # eshell files
  17. /eshell/history
  18. /eshell/lastdir
  19. # elpa packages
  20. /elpa/
  21. # reftex files
  22. *.rel
  23. # AUCTeX auto folder
  24. /auto/
  25. # cask packages
  26. .cask/
  27. # ---> Erlang
  28. .eunit
  29. deps
  30. *.o
  31. *.beam
  32. *.plt
  33. erl_crash.dump
  34. ebin
  35. rel/example_project
  36. .concrete/DEV_MODE
  37. .rebar
  38. # ---> Haskell
  39. dist
  40. cabal-dev
  41. *.o
  42. *.hi
  43. *.chi
  44. *.chs.h
  45. *.dyn_o
  46. *.dyn_hi
  47. .hpc
  48. .hsenv
  49. .cabal-sandbox/
  50. cabal.sandbox.config
  51. *.prof
  52. *.aux
  53. *.hp
  54. .stack-work/
  55. # ---> OCaml
  56. *.annot
  57. *.cmo
  58. *.cma
  59. *.cmi
  60. *.a
  61. *.o
  62. *.cmx
  63. *.cmxs
  64. *.cmxa
  65. # ocamlbuild working directory
  66. _build/
  67. # ocamlbuild targets
  68. *.byte
  69. *.native
  70. # oasis generated files
  71. setup.data
  72. setup.log
  73. # ---> CMake
  74. CMakeCache.txt
  75. CMakeFiles
  76. CMakeScripts
  77. Makefile
  78. cmake_install.cmake
  79. install_manifest.txt
  80. # ---> CommonLisp
  81. *.FASL
  82. *.fasl
  83. *.lisp-temp