Added .gitignore for all syntaxes.

This commit is contained in:
Christian Rinderknecht 2019-12-26 14:13:19 +01:00
parent 07a70b4648
commit 548b1267a4
3 changed files with 27 additions and 0 deletions

13
src/passes/1-parser/cameligo/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
_build/*
*/_build
*~
.merlin
*/.merlin
*.install
/Version.ml
/dune-project
/Parser.mli
/Parser.ml
/Lexer.ml
/LexToken.ml
/Tests

View File

@ -10,3 +10,4 @@ _build/*
/Parser.ml
/Lexer.ml
/LexToken.ml
/Tests

View File

@ -0,0 +1,13 @@
_build/*
*/_build
*~
.merlin
*/.merlin
*.install
/Version.ml
/dune-project
/Parser.mli
/Parser.ml
/Lexer.ml
/LexToken.ml
/Tests