提交 86a8b3a2 编写于 作者: D Dan Murphy 提交者: Tom Rini

spl: common: Properly ignore spl/Makefile in .gitignore

The spl directory is ignored by git as these objects are created
during spl creation.  The only file not created is the Makefile.

This file can be modified and checked in via git.

Due to the order of rule precedence having the whole directory
ignored first then indicating not to ignore the Makefile is not correct
the message to force adding the Makefile is still shown.

So reorder the .gitignore for the Makefile and indicate that the Makefile
does not need to be ignored first and then indicate everything else in spl
should be ignored after wards.
Signed-off-by: NDan Murphy <dmurphy@ti.com>
上级 84977e44
......@@ -58,8 +58,8 @@
/errlog
/reloc_off
/spl/
!/spl/Makefile
/spl/*
/tpl/
/include/generated/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册