diff options
author | Matthew Hall <matthew.hall@threatstream.com> | 2015-03-24 17:37:41 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-13 22:25:04 +0200 |
commit | 8df4b5af3f788e54d7d4b63f141d7856d56932d9 (patch) | |
tree | 5afb7cb8b26ea7f6ddb996f987bacbfe03927ff7 /.gitignore | |
parent | a471a9f3b6e1fbb0b2a8c6e1c0106bcaaad8b53f (diff) | |
download | curl-8df4b5af3f788e54d7d4b63f141d7856d56932d9.tar.gz |
gitignore: ignore test-driver file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 48a71761d..e1e99f78c 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ CHANGES.dist .cproject .settings .dirstamp +test-driver |