gitlab.com/go-turbo/command@v0.0.0-20181230142125-c7fabe092ebf/.gitignore (about)

     1  # This file specifies intentionally untracked files that Git should ignore.
     2  # See https://git-scm.com/docs/gitignore for more information.
     3  
     4  # Artifacts created locally by e.g. `gitlab-runner exec ...`
     5  /builds/
     6  
     7  # Fragments created locally by e.g. `go build ...` or `go tool ...`
     8  /**/*.core
     9  /**/*.o
    10  /**/*.out