diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-08-06 22:23:41 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-08-06 22:25:44 +0200 |
| commit | 178bb3a1ceab88f29aa7d0ceb453e76de172fd27 (patch) | |
| tree | 09f830338d5490552ae878152de0f104cb7f6e5b /src/.gitignore | |
| parent | 9d586aec3a5615377e389318e97e7d756c970c96 (diff) | |
Add protools, used for getting content out of packages
Only HTTP protocol implemented yet, but with gzip, deflate and bzip2
suport
Diffstat (limited to 'src/.gitignore')
| -rw-r--r-- | src/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/.gitignore b/src/.gitignore index 5c67110..4e68b1a 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,11 +1,14 @@ /config.h /config.h.in~ /libattrstr.a +/libhexdump.a +/libmitm.a /libmonitor.a /libmonitor_gui.a -/libmitm.a +/libprotocol.a /libproxy.a /libtp.a +/protocol /tp /tp-genca /tp-monitor |
