diff mbox series

[3/5] Add some missing autotools files to the .gitignore file

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

Commit Message

Antonio Ospite Oct. 16, 2018, 4:42 p.m. UTC
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(+)
diff mbox series

Patch

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