]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: mgr: exclude .gitignore 19174/head
authorNathan Cutler <ncutler@suse.com>
Mon, 27 Nov 2017 14:09:39 +0000 (15:09 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 27 Nov 2017 14:24:38 +0000 (15:24 +0100)
commit9ecc462956145846aa3ebd3865b52f0f21aec31e
tree5c0e8a372f979d67636da6a839802483b7a7d52a
parente984538c427ae35a826a5e9a577a51fad1211ffb
cmake: mgr: exclude .gitignore

Fixes RPMLINT warning:

ceph-mgr.x86_64: W: version-control-internal-file /usr/lib64/ceph/mgr/.gitignore
ceph-mgr.x86_64: W: version-control-internal-file /usr/lib64/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.gitignore
You have included file(s) internally used by a version control system in the
package. Move these files out of the package and rebuild it.

Note: the backslash has to be doubled up for the regex to make
it through CMake.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/pybind/CMakeLists.txt