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 <[email protected]>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.19.1

Reply via email to