Regex-like shell glob patterns for gitignore

后端 未结 5 817
温柔的废话
温柔的废话 2020-12-19 03:00

When I compile my C++ project, many shared object files are created with extensions such as

.so
.so.0
.so.7
.so.0.7

I need to add all those

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-19 03:46

    Does adding the line *.so* not work? Or do you need more fine control?

提交回复
热议问题