[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ltp-list
Subject:    [LTP] [PATCH 2/6] utils: .gitignore
From:       Stanislav Kholmanskikh <stanislav.kholmanskikh () oracle ! com>
Date:       2014-02-26 8:52:42
Message-ID: 1393404766-18032-3-git-send-email-stanislav.kholmanskikh () oracle ! com
[Download RAW message or body]

Added .gitignore file into utils directory.
Added there all build stuff produced by ffsb compilation.
Moved there sctp-related stuff from testcases/network/.gitignore
(it was not done in 6f22494d19b605ded308dc0fa713e91cb873f44a).

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
---
 testcases/network/.gitignore |   41 ----------------------------------
 utils/.gitignore             |   50 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 41 deletions(-)
 create mode 100644 utils/.gitignore

diff --git a/testcases/network/.gitignore b/testcases/network/.gitignore
index 5ff27d8..e5fbb88 100644
--- a/testcases/network/.gitignore
+++ b/testcases/network/.gitignore
@@ -26,47 +26,6 @@
 /nfsv4/locks/locktests
 /rpc/basic_tests/rpc01/rpc1
 /rpc/basic_tests/rpc01/rpc_server
-/sctp/func_tests/test_1_to_1_accept_close
-/sctp/func_tests/test_1_to_1_addrs
-/sctp/func_tests/test_1_to_1_connect
-/sctp/func_tests/test_1_to_1_connectx
-/sctp/func_tests/test_1_to_1_events
-/sctp/func_tests/test_1_to_1_initmsg_connect
-/sctp/func_tests/test_1_to_1_nonblock
-/sctp/func_tests/test_1_to_1_recvfrom
-/sctp/func_tests/test_1_to_1_recvmsg
-/sctp/func_tests/test_1_to_1_rtoinfo
-/sctp/func_tests/test_1_to_1_send
-/sctp/func_tests/test_1_to_1_sendmsg
-/sctp/func_tests/test_1_to_1_sendto
-/sctp/func_tests/test_1_to_1_shutdown
-/sctp/func_tests/test_1_to_1_socket_bind_listen
-/sctp/func_tests/test_1_to_1_sockopt
-/sctp/func_tests/test_1_to_1_threads
-/sctp/func_tests/test_assoc_abort
-/sctp/func_tests/test_assoc_shutdown
-/sctp/func_tests/test_autoclose
-/sctp/func_tests/test_basic
-/sctp/func_tests/test_basic_v6
-/sctp/func_tests/test_connect
-/sctp/func_tests/test_connectx
-/sctp/func_tests/test_fragments
-/sctp/func_tests/test_fragments_v6
-/sctp/func_tests/test_getname
-/sctp/func_tests/test_getname_v6
-/sctp/func_tests/test_inaddr_any
-/sctp/func_tests/test_inaddr_any_v6
-/sctp/func_tests/test_peeloff
-/sctp/func_tests/test_peeloff_v6
-/sctp/func_tests/test_recvmsg
-/sctp/func_tests/test_sctp_sendrecvmsg
-/sctp/func_tests/test_sctp_sendrecvmsg_v6
-/sctp/func_tests/test_sockopt
-/sctp/func_tests/test_sockopt_v6
-/sctp/func_tests/test_tcp_style
-/sctp/func_tests/test_tcp_style_v6
-/sctp/func_tests/test_timetolive
-/sctp/func_tests/test_timetolive_v6
 /sockets/ltpClient
 /sockets/ltpServer
 /stress/ns-tools/ns-icmp_redirector
diff --git a/utils/.gitignore b/utils/.gitignore
new file mode 100644
index 0000000..a582748
--- /dev/null
+++ b/utils/.gitignore
@@ -0,0 +1,50 @@
+/ffsb
+/ffsb-6.0-rc2/.deps/
+/ffsb-6.0-rc2/ffsb
+/ffsb-6.0-rc2/Makefile
+/ffsb-6.0-rc2/config.h
+/ffsb-6.0-rc2/config.log
+/ffsb-6.0-rc2/config.status
+/ffsb-6.0-rc2/stamp-h
+/ffsb-6.0-rc2/stamp-h1
+/sctp/func_tests/test_1_to_1_accept_close
+/sctp/func_tests/test_1_to_1_addrs
+/sctp/func_tests/test_1_to_1_connect
+/sctp/func_tests/test_1_to_1_connectx
+/sctp/func_tests/test_1_to_1_events
+/sctp/func_tests/test_1_to_1_initmsg_connect
+/sctp/func_tests/test_1_to_1_nonblock
+/sctp/func_tests/test_1_to_1_recvfrom
+/sctp/func_tests/test_1_to_1_recvmsg
+/sctp/func_tests/test_1_to_1_rtoinfo
+/sctp/func_tests/test_1_to_1_send
+/sctp/func_tests/test_1_to_1_sendmsg
+/sctp/func_tests/test_1_to_1_sendto
+/sctp/func_tests/test_1_to_1_shutdown
+/sctp/func_tests/test_1_to_1_socket_bind_listen
+/sctp/func_tests/test_1_to_1_sockopt
+/sctp/func_tests/test_1_to_1_threads
+/sctp/func_tests/test_assoc_abort
+/sctp/func_tests/test_assoc_shutdown
+/sctp/func_tests/test_autoclose
+/sctp/func_tests/test_basic
+/sctp/func_tests/test_basic_v6
+/sctp/func_tests/test_connect
+/sctp/func_tests/test_connectx
+/sctp/func_tests/test_fragments
+/sctp/func_tests/test_fragments_v6
+/sctp/func_tests/test_getname
+/sctp/func_tests/test_getname_v6
+/sctp/func_tests/test_inaddr_any
+/sctp/func_tests/test_inaddr_any_v6
+/sctp/func_tests/test_peeloff
+/sctp/func_tests/test_peeloff_v6
+/sctp/func_tests/test_recvmsg
+/sctp/func_tests/test_sctp_sendrecvmsg
+/sctp/func_tests/test_sctp_sendrecvmsg_v6
+/sctp/func_tests/test_sockopt
+/sctp/func_tests/test_sockopt_v6
+/sctp/func_tests/test_tcp_style
+/sctp/func_tests/test_tcp_style_v6
+/sctp/func_tests/test_timetolive
+/sctp/func_tests/test_timetolive_v6
-- 
1.7.1


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic