Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into patch-1 | Daniel Lombardi | 2024-05-29 | 1 | -0/+1 |
|\ | |||||
| * | Ignore go.work.sum | katexochen | 2022-05-31 | 1 | -0/+1 |
| | | |||||
* | | Update Go.gitignore | Daniel Lombardi | 2024-03-31 | 1 | -0/+3 |
|/ | |||||
* | GO: Added link to allow list template | kuritka | 2021-12-13 | 1 | -0/+3 |
| | | | | Signed-off-by: kuritka <kuritka@gmail.com> | ||||
* | Go: Ignore Go workspace file go.work | Lucas Bremgartner | 2021-11-13 | 1 | -0/+3 |
| | | | | | | | | | | | With Go 1.18, support for Go workspaces will land. Go workspaces are configured in `go.work`, which contains paths to local development versions of modules and therefore is not expected to be commited. See: * https://github.com/golang/go/issues/45713 | ||||
* | ignore vendor directory (#3033) | Mahmudul Haque | 2019-05-05 | 1 | -0/+3 |
| | |||||
* | [Go] Fix typo in comment | Tej Chajed | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | Go: Add '*.exe~' to .gitignore | Max Schmitt | 2018-01-01 | 1 | -0/+1 |
| | | | | When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix. https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170 | ||||
* | Remove .glide/ ignore | bndw | 2017-10-23 | 1 | -3/+0 |
| | | | | | | This was a workaround for https://github.com/Masterminds/glide/issues/736 Signed-off-by: bndw <benjamindwoodward@gmail.com> | ||||
* | Add plugins for Mac. | Alexey Palazhchenko | 2017-01-30 | 1 | -0/+1 |
| | |||||
* | Add patterns for plugins. | Alexey Palazhchenko | 2017-01-30 | 1 | -1/+3 |
| | |||||
* | Update Go git ignore patterns. | Alexey Palazhchenko | 2017-01-30 | 1 | -25/+3 |
| | |||||
* | Ignore project-local Glide cache | Evan Culver | 2017-01-23 | 1 | -0/+3 |
| | |||||
* | Standardize comment capitalization | Matthew Gerstman | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Add vendor folder to Go.gitignore | futabooo | 2016-09-27 | 1 | -0/+3 |
| | |||||
* | Added comment to *.out entry | Luca Corbatto | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Add "*.out" to Go.gitignore | Luca Corbatto | 2015-03-01 | 1 | -0/+2 |
| | | | The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests. | ||||
* | Ignore profile files | Michalis Kargakis | 2014-06-06 | 1 | -0/+1 |
| | |||||
* | Ignore Go test files | Jonathan Rudenberg | 2013-07-19 | 1 | -0/+1 |
| | |||||
* | Added Go.gitignore | Clement Skau | 2010-11-10 | 1 | -0/+22 |