mirror of
https://github.com/ceph/go-ceph
synced 2024-12-23 06:33:24 +00:00
gitignore: ignore .test and .json files
The .test files are generated by some makefile rules and should never be checked in. There's also no reason to track json files which may be generated by running tools. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
e2a78eec02
commit
9a621942f3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
.build-docker
|
.build-docker
|
||||||
*.swp
|
*.swp
|
||||||
*.out
|
*.out
|
||||||
|
*.test
|
||||||
|
*.json
|
||||||
|
Loading…
Reference in New Issue
Block a user