Mercurial > hg > Members > anatofuz > monkey
comparison .gitignore @ 0:72d22ea56795
imple simple lexer
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 15 May 2020 10:12:16 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:72d22ea56795 |
---|---|
1 syntax:glob | |
2 | |
3 # Created by https://www.gitignore.io/api/go | |
4 # Edit at https://www.gitignore.io/?templates=go | |
5 | |
6 ### Go ### | |
7 # Binaries for programs and plugins | |
8 *.exe | |
9 *.exe~ | |
10 *.dll | |
11 *.so | |
12 *.dylib | |
13 | |
14 # Test binary, built with `go test -c` | |
15 *.test | |
16 | |
17 # Output of the go coverage tool, specifically when used with LiteIDE | |
18 *.out | |
19 | |
20 # Dependency directories (remove the comment below to include it) | |
21 # vendor/ | |
22 | |
23 ### Go Patch ### | |
24 /vendor/ | |
25 /Godeps/ | |
26 | |
27 # End of https://www.gitignore.io/api/go |