Skip to content

Commit

Permalink
Add .gitignore files
Browse files Browse the repository at this point in the history
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
  • Loading branch information
yegorich authored and marceloleitner committed Mar 4, 2016
1 parent cb00dbe commit 8debee0
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
aclocal.m4
config.guess
config.log
config.status
config.sub
configure
Makefile.in
Makefile
config.h
config.h.in
libsctp.pc
libtool
lksctp-tools.spec
stamp-h1
*.deps/
*.libs/
autom4te.cache/
*.la
*.lo
*.o
5 changes: 5 additions & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
compile
depcomp
install-sh
ltmain.sh
missing
10 changes: 10 additions & 0 deletions src/apps/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bindx_test
myftp
nagle_rcv
nagle_snd
peel_client
peel_server
sctp_darn
sctp_status
sctp_test
sctp_xconnect
41 changes: 41 additions & 0 deletions src/func_tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
test_1_to_1_accept_close
test_1_to_1_addrs
test_1_to_1_connect
test_1_to_1_connectx
test_1_to_1_events
test_1_to_1_initmsg_connect
test_1_to_1_nonblock
test_1_to_1_recvfrom
test_1_to_1_recvmsg
test_1_to_1_rtoinfo
test_1_to_1_send
test_1_to_1_sendmsg
test_1_to_1_sendto
test_1_to_1_shutdown
test_1_to_1_socket_bind_listen
test_1_to_1_sockopt
test_1_to_1_threads
test_assoc_abort
test_assoc_shutdown
test_autoclose
test_basic
test_basic_v6
test_connect
test_connectx
test_fragments
test_fragments_v6
test_getname
test_getname_v6
test_inaddr_any
test_inaddr_any_v6
test_peeloff
test_peeloff_v6
test_recvmsg
test_sctp_sendrecvmsg
test_sctp_sendrecvmsg_v6
test_sockopt
test_sockopt_v6
test_tcp_style
test_tcp_style_v6
test_timetolive
test_timetolive_v6
2 changes: 2 additions & 0 deletions src/withsctp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
checksctp
withsctp

0 comments on commit 8debee0

Please sign in to comment.