Add .dirstamp to .gitignore

Add the .dirstamp path to .gitignore.  .dirstamp is automatically
generated by some build systems.

Signed-off-by: Patrick Venture <venture@google.com>
This commit is contained in:
Patrick Venture 2018-11-20 09:17:11 -08:00 committed by Alexander Amelkin
parent a4c1040420
commit 4ac93853a6

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.deps
.dirstamp
.libs
*.o
*.lo