From 4ac93853a6c93dbf834a1cddfcf6c5b33a57672d Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 20 Nov 2018 09:17:11 -0800 Subject: [PATCH] Add .dirstamp to .gitignore Add the .dirstamp path to .gitignore. .dirstamp is automatically generated by some build systems. Signed-off-by: Patrick Venture --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cb5d30d..ad2144a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .deps +.dirstamp .libs *.o *.lo