aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2018-05-31 00:35:44 +0100
committerJoão Valverde <j@v6e.pt>2018-05-31 13:35:27 +0000
commit64a2b4101adc57c11677789c8ecdfbbcc3e600e2 (patch)
treea48ced7c15bb453f79529d586ea20182bae6f243 /.gitignore
parent337b991cf041f562df62c7b3af016658bc987c62 (diff)
Move make-taps and make-dissectors to tools/
make-taps and make dissectors are build tools so that is the natural location for them. See also 99ec2b58eb68ab8530245dd13485612695ba064a and bug 14622. Change-Id: I754848ea1c614bfa7121c44d89136ac3cba8a734 Reviewed-on: https://code.wireshark.org/review/27928 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2782e52823..44de56f6ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,7 +33,6 @@ epan/dissectors/xcbproto
epan/dissectors/packet-ncp2222.c
epan/dissectors/dissectors.c
epan/dissectors/dissectors.in.txt
-epan/dissectors/make-dissectors
epan/dtd_parse.c
epan/dtd_preparse.c
epan/uat_load.c
@@ -49,13 +48,14 @@ plugins/codecs/*/plugin.c
plugins/epan/mate/mate_parser.c
version.h
tools/lemon/lemon
+tools/make-dissectors
+tools/make-taps
tshark-tap-register.c
wiretap/ascend.c
wiretap/ascend.h
wiretap/k12text.c
wiretap/version_info.c
wireshark-tap-register.c
-ui/make-taps
# CMake #
##################