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

Side by Side Diff: xz/.gitignore

Issue 2869016: Add an unpatched version of xz, XZ Utils, to /trunk/deps/third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | xz/AUTHORS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 *~
2 *.bak
3 *.bak[0-9]
4
5 .deps
6 .libs
7 *.la
8 *.lo
9 *.o
10 Makefile.in
11
12 /ABOUT-NLS
13 /autom4te.cache
14 /Doxyfile
15 /aclocal.m4
16 /build-aux
17 /config.h
18 /config.h.in
19 /config.log
20 /config.status
21 /configure
22 /libtool
23 /stamp-h1
24
25 /src/liblzma/liblzma.pc
26 /src/lzmainfo/lzmainfo
27 /src/xz/xz
28 /src/xzdec/lzmadec
29 /src/xzdec/xzdec
30
31 /src/scripts/xzdiff
32 /src/scripts/xzgrep
33 /src/scripts/xzless
34 /src/scripts/xzmore
35
36 /tests/compress_generated_abc
37 /tests/compress_generated_random
38 /tests/compress_generated_text
39 /tests/create_compress_files
40 /tests/test_block_header
41 /tests/test_check
42 /tests/test_filter_flags
43 /tests/test_index
44 /tests/test_stream_flags
45
46 /lib/Makefile
47 /tests/Makefile
48 /Makefile
49 /debug/Makefile
50 /src/scripts/Makefile
51 /src/xz/Makefile
52 /src/Makefile
53 /src/liblzma/Makefile
54 /src/liblzma/api/Makefile
55 /src/lzmainfo/Makefile
56 /src/xzdec/Makefile
OLDNEW
« no previous file with comments | « no previous file | xz/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698