Skip to content

Commit

Permalink
A few .gitignore updates (#308)
Browse files Browse the repository at this point in the history
* gitignore: Use absolute paths

git status will only match the ignored path from the root of the
repository, a very slightly more accurate way to ignore those files.

Signed-off-by: Damien Lespiau <[email protected]>

* gitignore: Ignore the /output directory

Test artifacts are now generated in /output, so update the .gitignore
file accordingly.

Signed-off-by: Damien Lespiau <[email protected]>
  • Loading branch information
dlespiau authored and crosbymichael committed Aug 26, 2016
1 parent 95d78ca commit ab90816
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
containerd/containerd
containerd-shim/containerd-shim
bin/
ctr/ctr
hack/benchmark
*.exe
integration-test/test-artifacts
/containerd/containerd
/containerd-shim/containerd-shim
/bin/
/ctr/ctr
/hack/benchmark
/output

0 comments on commit ab90816

Please sign in to comment.