Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
git: Sort .gitignore entries
Browse files Browse the repository at this point in the history
Sort the contents of `.gitignore` into two groups: globs and actual
paths. This is more intuitive than a purely sorted list.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Dec 3, 2018
1 parent 6edb361 commit 96ed6c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
*.patch
*.o
*.patch
*.swp
/kata-runtime
/data/kata-collect-data.sh
/cli/coverage.html
/cli/config-generated.go
/cli/config/configuration.toml
/cli/config-generated.go
/cli/coverage.html
/data/kata-collect-data.sh
/kata-netmon
/kata-runtime
/virtcontainers/hack/virtc/virtc
/virtcontainers/hook/mock/hook
/virtcontainers/shim/mock/shim
/virtcontainers/profile.cov
/virtcontainers/shim/mock/cc-shim/cc-shim
/virtcontainers/shim/mock/kata-shim/kata-shim
/virtcontainers/shim/mock/shim
/virtcontainers/utils/supportfiles
/virtcontainers/profile.cov

0 comments on commit 96ed6c5

Please sign in to comment.