Update .gitignore for OCaml.

master
Fabien Freling 2013-10-28 13:41:05 +01:00
parent c37eb1088e
commit 1fd5486328
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,3 +1,4 @@
# Haskell
dist
cabal-dev
*.o
@ -5,3 +6,7 @@ cabal-dev
*.chi
*.chs.h
.virthualenv
# OCaml
*.cmo
*.cmi