diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-13 18:11:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-13 18:11:44 +0200 |
commit | 55c8a5573faa4cf21ca74822dac276f60a42d327 (patch) | |
tree | 1397615ec6e32c08d20660f354203fc5ce553588 /.gitignore | |
parent | a905e883dceadf20f8ff22cf7a28d2bb3defa1ea (diff) | |
download | curl-55c8a5573faa4cf21ca74822dac276f60a42d327.tar.gz |
gitignore: ignore .xz now instead of .lzma
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index faa2a2c48..e3c2f3455 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,7 @@ config.sub configure curl-*.tar.bz2 curl-*.tar.gz -curl-*.tar.lzma +curl-*.tar.xz curl-*.zip curl-config depcomp |