comparison .hgignore @ 0:5191dd198bf4

add convertSyllabus method
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 30 Mar 2020 20:40:42 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5191dd198bf4
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