wireshark/.gitignore
Gerald Combs 85eec7f603 Fix PortableApps packaging.
Our Windows portable packaging environment has a lot of cruft which is
no longer relevant. We removed support for U3 packages and the method
we use to generate PortableApps packages has been deprecated for a while.

Create PortableApps packages using current file formats (AppInfo v3.0)
and tools. Generate the PA launcher using the PortableApps.com Launcher
generator. Copy files and directories from the top level instead of using
a manifest derived from the NSIS installer.

The manifest is a good idea, but we should create a central manifest
and use that to generate the NSIS and PortableApps packages instead of
trying to parse wireshark.nsi.

The new package still needs a bit of work but it installs and runs in
the current version of the PA Platform.

Remove the define for MAKENSIS_UNICODE. It doesn't look like we were
using it.

Start tearing down makefiles and scripts that we no longer use.

Ping-Bug: 4191
Change-Id: Ib7173eec887d0abf69bb176a1e3f943a5a63bee4
Reviewed-on: https://code.wireshark.org/review/3962
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-09-02 23:55:54 +00:00

219 lines
3.5 KiB
Text

#
# This file is tracked by git for the wireshark repository, and thus
# should only contain ignore entries common to all wireshark developers.
# To ignore files specific to your local repository, for example files
# generated by your editor, add them to your repository exclude file
# (.git/info/exclude) or your global ~/.gitignore_global. For details
# see:
# https://help.github.com/articles/ignoring-files
#
# Compiled or generated source #
################################
*.dll
*.exe
*.la
*.lai
*.lo
*.obj
*.pyc
*.so*
*.[oa]
*.dylib
*grammar.out
*grammar.[ch]
*scanner.c
*_dict.c
*_lex.h
init.lua
epan/declare_wslua.h
epan/dissectors/dcerpc/idl2wrs
epan/dissectors/mesa
epan/dissectors/xcbproto
epan/dissectors/packet-ncp2222.c
epan/dissectors/register-cache.pkl
epan/dissectors/register.c
epan/dtd_parse.c
epan/dtd_preparse.c
epan/packet-ncp2222.c
epan/register-cache.pkl
epan/register.c
epan/register_wslua.c
epan/taps.txt
epan/taps_wslua.c
epan/uat_load.c
epan/wslua/declare_wslua.h
epan/wslua/register_wslua.c
epan/wslua/taps.txt
epan/wslua/taps_wslua.c
epan/ps.c
ui/cli/tshark-tap-register-cache.pkl
plugin.c
plugins/mate/mate_parser.c
version.h
tools/lemon/lemon
tools/setuid-root.pl
tshark-tap-register.c
wiretap/ascend.c
wiretap/ascend.h
wiretap/k12text.c
wireshark-tap-register.c
wireshark-tap-register-cache.pkl
# Generated makefile system #
#############################
*.sym
aclocal.m4
autom4te.cache
capinfos
captype
compile
config.h
config.h.in
config.cache
config.log
config.status
configure
depcomp
dftest
dumpcap
editcap
echld_test
exntest
gitversion.h
install-sh
libtool
ltmain.sh
Makefile
Makefile.in
mergecap
missing
oids_test
randpkt
rawshark
reordercap
reassemble_test
stamp-h1
text2pcap
tfshark
tshark
tvbtest
wireshark
wmem_test
ylwrap
# CMake #
##################
CMakeCache.txt
CMakeFiles
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
lib/
# Generated dir #
##################
.deps
.libs
packaging/rpm/RPMS
packaging/rpm/SRPMS
# Doc #
########
*.html
*.[14]
AUTHORS-SHORT
AUTHORS-SHORT-FORMAT
doxygen.cfg
doxygen-*.tag
help/faq.txt
pod2htm[di].tmp
wireshark.pod
docbook/developer-guide.xml
docbook/ws?g_src/WS?G_*.dbk
docbook/*-guide-*.fo
docbook/*-guide-*.pdf
docbook/ws?g_html/
docbook/ws?g_html_chunked/
docbook/ws?g_chm/
docbook/git_version.xml
docbook/release-notes-*.pdf
docbook/release-notes.txt
docbook/wsdg.validated
docbook/wsluarm
docbook/wsluarm_src/
docbook/wsug.validated
wsar_html/
wsar_html.zip
# Qt #
######
qtshark
*.rcc.cpp
/ui/qt/__/
/ui/qt/*.qrc.depends
/ui/qt/*.pro.user
#/ui/qt/*.qm
/ui/qt/moc_*.cpp
/ui/qt/*.moc.cpp
/ui/qt/moc_*.cxx
/ui/qt/qrc_*.cpp
/ui/qt/qrc_*.cxx
/ui/qt/ui_*.h
/ui/qt/console.lua
/wireshark-qt*
# abi #
#######
epan/abi-check-headers/
epan/abi-descriptor.xml
filetap/abi-check-headers/
filetap/abi-descriptor.xml
wiretap/abi-check-headers/
wiretap/abi-descriptor.xml
wsutil/abi-check-headers/
wsutil/abi-descriptor.xml
# Windows Stuff #
#################
*.bsc
*.dsp
*.dsw
*.chm
*.exp
*.lib
*.ilk
*.manifest
*.pdb
*.rc
!adns_dll.rc
!image/file_dlg_win32.rc
*.res
_libs_check_
/wireshark-gtk*
doc/ws.css
ui/qt/config.pri
# Misc #
########
*.swp
*~
.DS_Store
cscope.*
tags
macosx-support-libs
packaging/macosx/COPYING.txt
packaging/macosx/Info.plist
packaging/macosx/osx-dmg.sh
packaging/macosx/Wireshark_package.pmdoc/index.xml
packaging/nsis/qt-dll-manifest.nsh
packaging/portableapps/win32/Files/
packaging/portableapps/win32/appinfo.ini
packaging/portableapps/win32/distribution.nmake
packaging/rpm/SPECS/wireshark.spec
packaging/svr4/checkinstall
packaging/svr4/pkginfo