diff options
author | Adam C. Emerson <aemerson@redhat.com> | 2020-08-04 04:49:36 +0200 |
---|---|---|
committer | Adam C. Emerson <aemerson@redhat.com> | 2020-09-09 04:09:40 +0200 |
commit | 6110ba6058986402c2432515a64d342020a46ab1 (patch) | |
tree | 0d798635fea196fd51e99702c2cecd832c8c6c48 /.gitignore | |
parent | rgw: FIFO for legacy RADOS client (diff) | |
download | ceph-6110ba6058986402c2432515a64d342020a46ab1.tar.xz ceph-6110ba6058986402c2432515a64d342020a46ab1.zip |
gitignore: Add vstart_environment.sh
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dd7da0fed52..4c9ff3b26de 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ core # Files generated by running tests *.log /src/td +/src/vstart_environment.sh # alpine abuild things .abuild/ @@ -80,4 +81,4 @@ GTAGS .mypy_cache/ # Python building things where it shouldn't -/src/python-common/build/
\ No newline at end of file +/src/python-common/build/ |