diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | spl/.gitignore | 4 | 
2 files changed, 4 insertions, 7 deletions
| diff --git a/.gitignore b/.gitignore index a39bd54d3..a1f07f00c 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,10 @@  /errlog  /reloc_off +/spl/ +!/spl/Makefile +/tpl/ +  /include/generated/  /include/spl-autoconf.mk  /include/tpl-autoconf.mk @@ -88,6 +92,3 @@ GPATH  GRTAGS  GSYMS  GTAGS - -# spl ais files -/spl/*.ais diff --git a/spl/.gitignore b/spl/.gitignore deleted file mode 100644 index 7c8814709..000000000 --- a/spl/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -u-boot-spl -u-boot-spl.bin -u-boot-spl.lds -u-boot-spl.map |