diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-14 17:12:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-14 17:12:34 +0200 |
commit | 5a814f6f2ce8a9718823c2365c45b25cc756456b (patch) | |
tree | 265c61a09858f8f0180bfa76b47f770474cc9ff2 /.gitignore | |
parent | 81219e80309fc21d379760a3852a832a73204215 (diff) | |
download | curl-5a814f6f2ce8a9718823c2365c45b25cc756456b.tar.gz |
ignore files generated by 'maketgz'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4db4f4f31..e395f4c83 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.dll *.exe *.obj +*.asc .*.swp Debug Release @@ -26,6 +27,9 @@ curl-config libcurl.pc missing curl-*.tar.gz +curl-*.tar.bz2 +curl-*.tar.lzma +curl-*.zip INSTALL install-sh *.o |