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

Side by Side Diff: srtp/.gitignore

Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Patch Set: Add '.' back to include_dirs Created 4 years, 2 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 | « libsrtp.gyp ('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 | « libsrtp.gyp ('k') | srtp/CHANGES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698