Add addr-test program to ignore file
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 16 Aug 2009 21:46:37 +0000 (14:46 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 16 Aug 2009 21:46:37 +0000 (14:46 -0700)
.gitignore
tools/Makefile.am

index 4d67b0c..7577031 100644 (file)
@@ -39,6 +39,7 @@ scripts/udhcpc-script
 scripts/dhclient-script
 client/cm
 tools/wifi-scan
+tools/addr-test
 tools/tap-test
 doc/*.bak
 doc/*.stamp
index bafb476..24c8c9e 100644 (file)
@@ -1,6 +1,6 @@
 
 if TOOLS
-noinst_PROGRAMS = wifi-scan tap-test addr-test
+noinst_PROGRAMS = wifi-scan addr-test tap-test
 
 wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@
 endif