aboutsummaryrefslogtreecommitdiffstats
path: root/Go.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into patch-1Daniel Lombardi2024-05-291-0/+1
|\
| * Ignore go.work.sumkatexochen2022-05-311-0/+1
| |
* | Update Go.gitignoreDaniel Lombardi2024-03-311-0/+3
|/
* GO: Added link to allow list templatekuritka2021-12-131-0/+3
| | | | Signed-off-by: kuritka <kuritka@gmail.com>
* Go: Ignore Go workspace file go.workLucas Bremgartner2021-11-131-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 Haque2019-05-051-0/+3
|
* [Go] Fix typo in commentTej Chajed2018-11-291-1/+1
|
* Go: Add '*.exe~' to .gitignoreMax Schmitt2018-01-011-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/ ignorebndw2017-10-231-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 Palazhchenko2017-01-301-0/+1
|
* Add patterns for plugins.Alexey Palazhchenko2017-01-301-1/+3
|
* Update Go git ignore patterns.Alexey Palazhchenko2017-01-301-25/+3
|
* Ignore project-local Glide cacheEvan Culver2017-01-231-0/+3
|
* Standardize comment capitalizationMatthew Gerstman2016-11-301-1/+1
|
* Add vendor folder to Go.gitignorefutabooo2016-09-271-0/+3
|
* Added comment to *.out entryLuca Corbatto2016-05-111-0/+1
|
* Add "*.out" to Go.gitignoreLuca Corbatto2015-03-011-0/+2
| | | The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
* Ignore profile filesMichalis Kargakis2014-06-061-0/+1
|
* Ignore Go test filesJonathan Rudenberg2013-07-191-0/+1
|
* Added Go.gitignoreClement Skau2010-11-101-0/+22