Skip to content

Commit

Permalink
Add initial .gitignore files
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=39982
  • Loading branch information
Balint Reczey committed Nov 22, 2011
1 parent 333bc8f commit aad9adc
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 0 deletions.
93 changes: 93 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Compiled or generated source #
################################
*.dll
*.exe
*.[oa]
*.lo
*.so
*.la
*.pyc
tools/lemon/lemon
*_lex.h
plugin.c
*grammar.[ch]
*grammar.out
*scanner.c
*_dict.c
epan/dissectors/packet-ncp2222.c
epan/dissectors/packet-spnego.h
epan/dissectors/register-cache.pkl
epan/dissectors/register.c
epan/dtd_parse.c
epan/dtd_preparse.c
epan/sminmpec.c
epan/uat_load.c
epan/wslua/declare_wslua.h
epan/wslua/init.lua
epan/wslua/register_wslua.c
epan/wslua/taps.txt
epan/wslua/taps_wslua.c
gtk/wireshark-tap-register.c
plugins/mate/mate_parser.c
ps.c
svnversion.h
tools/lemon/lemon
tools/setuid-root.pl
tshark-tap-register.c
wiretap/ascend.c
wiretap/ascend.h
wiretap/k12text.c



# Generated makefile system #
#############################
Makefile.in
Makefile
*.sym
aclocal.m4
configure
config.h
config.h.in
config.log
config.status
autom4te.cache
install-sh
libtool
ltmain.sh
missing
capinfos
compile
depcomp
dftest
dumpcap
editcap
mergecap
randpkt
rawshark
text2pcap
tshark
wireshark
stamp-h1
ylwrap


# Generated dir #
##################
.deps
.libs

# Doc #
########
doxygen.cfg
AUTHORS-SHORT
help/faq.txt

# Misc #
########
*.swp
packaging/macosx/COPYING.txt
packaging/macosx/Info.plist
packaging/rpm/SPECS/wireshark.spec
packaging/svr4/checkinstall
packaging/svr4/pkginfo
46 changes: 46 additions & 0 deletions asn1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Generated sources #
#####################
*.py
acse/acse-exp.cnf
cmip/cmip-exp.cnf
cms/cms-exp.cnf
credssp/credssp-exp.cnf
crmf/crmf-exp.cnf
dap/dap-exp.cnf
disp/disp-exp.cnf
dop/dop-exp.cnf
dsp/dsp-exp.cnf
ess/packet-ess-dis-tab.c
ess/packet-ess-ett.c
ess/packet-ess-ettarr.c
ess/packet-ess-exp.h
ess/packet-ess-fn.c
ess/packet-ess-hf.c
ess/packet-ess-hfarr.c
ess/packet-ess-val.h
ftam/ftam-exp.cnf
gprscdr/gprscdr-exp.cnf
gsm_map/gsm_map-exp.cnf
h225/h225-exp.cnf
h235/h235-exp.cnf
h245/h245-exp.cnf
h450-ros/h450-ros-exp.cnf
idmp/idmp-exp.cnf
inap/inap-exp.cnf
lcsap/lcsap-exp.cnf
ldap/ldap-exp.cnf
lte-rrc/lte-rrc-exp.cnf
p1/p1-exp.cnf
p22/p22-exp.cnf
p7/p7-exp.cnf
q932/q932-exp.cnf
qsig/qsig-exp.cnf
ros/ros-exp.cnf
rtse/rtse-exp.cnf
s1ap/s1ap-exp.cnf
t124/MCS-PROTOCOL.asn
x509af/x509af-exp.cnf
x509ce/x509ce-exp.cnf
x509if/x509if-exp.cnf
x509sat/x509sat-exp.cnf

10 changes: 10 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# manuals #
###########
*.[14]
*.html
*.tmp
wireshark.pod

# Misc #
########
AUTHORS-SHORT-FORMAT

0 comments on commit aad9adc

Please sign in to comment.