diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-12-18 14:35:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-12-18 14:35:56 +0100 |
commit | 91c8f81d72ea9b54c249cfea1c8f2fb0ffe40b34 (patch) | |
tree | 87fd85e399533c3fe87f7c99edb23490ae6cf58a /.gitignore | |
parent | 74476609c36a103411b0ed3cc2bfaf65a2b80016 (diff) | |
download | curl-91c8f81d72ea9b54c249cfea1c8f2fb0ffe40b34.tar.gz |
gitignore: ignore .dirstamp files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ca7fcee18..7ebc61282 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ CHANGES.dist .cproject .settings /[0-9]*.patch +.dirstamp |