-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy path.gitignore
55 lines (55 loc) · 1.41 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*.[oa]
myRtsp
cscope*
.*swp
.depend
myTest
capdir
gtest/backup/*
gtest/writeSTAP_Packet1.h264
gtest/writeSTAP_Packet2.h264
third_party/JRTPLIB/build
third_party/JRTPLIB/build_2
third_party/JRTPLIB/build_backup
third_party/JTHREAD/build
a.out
# *.h264
simple_example
complete_example
common_example
test_example.cpp
simple_example.cpp_backup
test_packet_recv*
Makefile_backup
Makefile
CoreDumpTest.sh
example/http_tunnel_example
example/http_tunnel_example_simple
example/recv_video_and_audio_example
example/test_audio_recv.mp3
example/test_video_recv.h264
test.txt
third_party/*/CMakeFiles/
third_party/*/cmake_install.cmake
third_party/*/CMakeCache.txt
myRtspClient/CMakeFiles/
myRtspClient/cmake_install.cmake
myRtspClient/CMakeCache.txt
myRtspClient/jrtplib/cmake/*
myRtspClient/jrtplib/examples/CMakeFiles/
myRtspClient/jrtplib/src/CMakeFiles/
myRtspClient/jrtplib/src/rtpconfig.h
myRtspClient/jrtplib/src/rtplibraryversioninternal.h
myRtspClient/jrtplib/src/rtptypes.h
myRtspClient/jrtplib/src/libjrtp.so*
myRtspClient/jrtplib/pkgconfig/jrtplib.pc
myRtspClient/jrtplib/examples/cmake_install.cmake
myRtspClient/jrtplib/CMakeFiles/progress.marks
myRtspClient/jrtplib/CMakeFiles/CMakeDirectoryInformation.cmake
myRtspClient/jrtplib/cmake_install.cmake
myRtspClient/jrtplib/src/cmake_install.cmake
myRtspClient/libmyRtspClient.so
myRtspClient/jrtplib/examples/example[0-9]
cmake_config_build.*
CMakeLists.txt
third_party/JRTPLIB/examples/*