summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-20 09:17:11 -0800
committerAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2018-11-23 16:41:06 +0300
commit4ac93853a6c93dbf834a1cddfcf6c5b33a57672d (patch)
tree26c7acf57a36db47dd974298eb3a01b41018f286
parenta4c10404202ad0f5064ff6149a30aa86c844a7a1 (diff)
downloadipmitool-4ac93853a6c93dbf834a1cddfcf6c5b33a57672d.tar.gz
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>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cb5d30d..ad2144a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.deps
+.dirstamp
.libs
*.o
*.lo