ceph-csi/.gitignore

29 lines
320 B
Plaintext
Raw Normal View History

# build directory
/output*/
/_output*/
/_output
# docker build
2018-03-09 16:01:42 +00:00
/deploy/rbd/docker/rbdplugin
/deploy/cephfs/docker/cephfsplugin
2018-03-06 22:33:57 +00:00
# rbdplugin executable
rbdplugin
# Emacs save files
*~
\#*\#
.\#*
# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
# git merge files
*.orig
*.patch
*.rej