cheesebot/.gitignore
Fabien Freling ff69981a5c Break code into modules.
Use ocamlbuild command to build cheesebot.
2014-03-01 22:12:50 +01:00

18 lines
111 B
Plaintext

# Vim
*.swp
# Haskell
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
.virthualenv
# OCaml
*.cmo
*.cmi
_build
*.native