Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: srtp/.gitignore

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Updated to libsrtp 1.5.1 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « srtp/.cvsignore ('k') | srtp/CHANGES » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Misc crap
2 *~
3 old
4 old?
5 *.pc
6
7 # Object files
8 *.o
9
10 # Libraries
11 *.lib
12 *.a
13
14 # Shared objects (inc. Windows DLLs)
15 *.dll
16 *.so
17 *.so.*
18 *.dylib
19
20 # Executables
21 *.exe
22 *.out
23 *.app
24
25 # srtp things
26 Debug
27 Makefile
28 Root
29 autom4te.cache
30 config.log
31 config.status
32 crypto/include/config.h
33 crypto/test/aes_calc
34 crypto/test/cipher_driver
35 crypto/test/datatypes_driver
36 crypto/test/env
37 crypto/test/kernel_driver
38 crypto/test/rand_gen
39 crypto/test/sha1_driver
40 crypto/test/stat_driver
41 crypto/test/rand_gen_soak
42 tables/aes_tables
43 test/dtls_srtp_driver
44 test/rdbx_driver
45 test/replay_driver
46 test/roc_driver
47 test/rtpw
48 test/srtp_driver
OLDNEW
« no previous file with comments | « srtp/.cvsignore ('k') | srtp/CHANGES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698