diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2014-07-27 23:19:08 +0200 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2014-07-27 21:32:36 +0000 |
commit | e21c429388da6bf2430d51142da7d3e967f93c83 (patch) | |
tree | 3da75d148937354e7ebf7398ffbdbb44f50b3b79 /.gitignore | |
parent | dacf6e4d87f168568cc0fe364c7862c5686a997b (diff) | |
download | wireshark-e21c429388da6bf2430d51142da7d3e967f93c83.tar.gz wireshark-e21c429388da6bf2430d51142da7d3e967f93c83.tar.bz2 wireshark-e21c429388da6bf2430d51142da7d3e967f93c83.zip |
Add PortableApps temporary files to .gitignore
Change-Id: Ie76d2c5cc167a4d63f6c83b64cdf6d1ebb07afa9
Reviewed-on: https://code.wireshark.org/review/3221
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eae9ccb4d1..5259f23bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -207,6 +207,10 @@ packaging/macosx/COPYING.txt packaging/macosx/Info.plist packaging/macosx/osx-dmg.sh packaging/macosx/Wireshark_package.pmdoc/index.xml +packaging/portableapps/win32/Files/ +packaging/portableapps/win32/WiresharkPortable.ini +packaging/portableapps/win32/appinfo.ini +packaging/portableapps/win32/distribution.nmake packaging/rpm/SPECS/wireshark.spec packaging/svr4/checkinstall packaging/svr4/pkginfo |