Skip to content

Commit

Permalink
Ignore .log files
Browse files Browse the repository at this point in the history
Those files are created when one tries to build an image and a stemcell:

```shell
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

    ci/docker/os-image-stemcell-builder/ubuntu-bionic-18.04-cloudimg-console.log
```
  • Loading branch information
dlresende committed Jul 22, 2020
1 parent 1fcaa03 commit aeba682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ stemcell_builder/public_stemcell_config.yml
src/github.com/cloudfoundry/stemcell-acceptance-tests/stemcell
src/github.com/cloudfoundry/stemcell-acceptance-tests/syslog-release

**/*.log

tags
cscope.out

Expand Down

0 comments on commit aeba682

Please sign in to comment.