This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
go-ceph
mirror of
https://github.com/ceph/go-ceph
Watch
1
Star
0
Fork
You've already forked go-ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
315188eaef
go-ceph
/
.gitignore
7 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for mon_command input buffer
2016-07-21 20:07:30 +00:00
.build-docker
ci: update to luminous and dockerized setup Signed-off-by: Noah Watkins <nwatkins@redhat.com>
2018-07-07 17:34:56 +00:00
*.swp
entrypoint: handle the sub-packages separately Run the tests for each sub-package as a separate invocation. Make the package selectable. This has a few small advantages: * When iterating on a single package the other packages do not run * Better coverage summary line printed after each test * Slightly better output with verbose test output Signed-off-by: John Mulligan <jmulligan@redhat.com>
2019-12-20 15:59:57 +00:00
*.out
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>
2020-05-13 14:58:54 +00:00
*.test
*.json
gitignore: add implements (binary) The implements tool, when compiled, is named implements [1]. We never want git to track it. 1 - Shocking, I know! Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-05-06 15:14:41 +00:00
implements