Message ID | 20181016164220.29413-4-ao2@ao2.it (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Herbert Xu |
Headers | show |
Series | Build system updates and gcc warnings fixes | expand |
diff --git a/.gitignore b/.gitignore index 579bd47..51277d1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ Makefile /config.log /config.status /src/.deps/ +/src/bltin/.deps/ +/src/bltin/.dirstamp /stamp-h1 # generated by make
The /src/bltin/.deps/ and /src/bltin/.dirstamp files are missing in .gitignore and still pollute "git status" output, add them. Signed-off-by: Antonio Ospite <ao2@ao2.it> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)