Home
last modified time | relevance | path

Searched hist:"86 a8b3a207ac34f453607a52a4d702bb67789ea2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/
H A D.gitignore86a8b3a207ac34f453607a52a4d702bb67789ea2 Thu Jan 16 17:23:28 UTC 2014 Dan Murphy <dmurphy@ti.com> 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: Dan Murphy <dmurphy@ti.com>