mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-03 02:26:37 +00:00
git: Sort .gitignore entries
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 <james.o.hunt@intel.com>
This commit is contained in:
parent
6edb3618f6
commit
96ed6c59ee
14
.gitignore
vendored
14
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user