diff options
author | Max Dymond <max.dymond@metaswitch.com> | 2017-06-30 13:53:19 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-07-04 10:36:06 +0200 |
commit | f1609155d54c82b535f50a6b4693b2be47d272aa (patch) | |
tree | 57545c4cf2c182c2a2a57df587006f8f22db4f83 /.gitignore | |
parent | fc2e81c38b19ebe9651cda28a2395a0244125f52 (diff) | |
download | curl-f1609155d54c82b535f50a6b4693b2be47d272aa.tar.gz |
test: add impacket for SMB testing
Import impacket 0.9.15 for use in SMB testing. This was generated by
doing "pip2.7 install -t . impacket"
Unnecessary files for current testing were deleted.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 42bde7b9e..be617415e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.o *.obj *.pdb +*.pyc *~ .*.sw? .cproject @@ -18,6 +19,7 @@ .settings /build/ /builds/ +__pycache__ CHANGES.dist Debug INSTALL |