From 93f70dfd58ff0c291c88af57785f131d534d5559 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 26 Nov 2013 18:05:45 +0900 Subject: .gitignore: ignore spl/ and tpl/ directories except spl/Makefile Before this commit, output files under tpl/ directry were not ignored. This commit fixes this problem. And we have only one source file under spl/ directory: spl/Makefile So, we can describe .gitignore more simply. Signed-off-by: Masahiro Yamada --- spl/.gitignore | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 spl/.gitignore (limited to 'spl') diff --git a/spl/.gitignore b/spl/.gitignore deleted file mode 100644 index 7c88147..0000000 --- a/spl/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -u-boot-spl -u-boot-spl.bin -u-boot-spl.lds -u-boot-spl.map -- cgit v1.1