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

Side by Side Diff: native_client_sdk/src/.gitignore

Issue 835773003: [NaCl SDK] Store python coverage output data in 'out' directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « native_client_sdk/src/.coveragerc ('k') | native_client_sdk/src/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This is a standard .gitignore file, used to exclude certain files 1 # This is a standard .gitignore file, used to exclude certain files
2 # from a 'git status' command, or similar 2 # from a 'git status' command, or similar
3 3
4 # Ignore these filename patterns 4 # Ignore these filename patterns
5 *.cmd 5 *.cmd
6 *.gz 6 *.gz
7 *.nexe 7 *.nexe
8 *.nmf 8 *.nmf
9 *.o 9 *.o
10 *.pyc 10 *.pyc
11 *.pyo 11 *.pyo
12 12
13 # Ignore hidden coverage file.
14 .coverage
15
16 # Ignore all directories than contain these names 13 # Ignore all directories than contain these names
17 toolchain/ 14 toolchain/
18 15
19 # Ignore these particular directories (relative to src directory) 16 # Ignore these particular directories (relative to src directory)
20 /build_tools/NSIS/ 17 /build_tools/NSIS/
21 /build_tools/packages/ 18 /build_tools/packages/
22 /build_tools/sdk_install_name.nsh 19 /build_tools/sdk_install_name.nsh
23 /build_tools/sdk_section.nsh 20 /build_tools/sdk_section.nsh
24 /build_tools/tests/apply_patch_test_archive/ 21 /build_tools/tests/apply_patch_test_archive/
25 /build_tools/toolchain_archives/ 22 /build_tools/toolchain_archives/
26 /chrome_binaries/ 23 /chrome_binaries/
27 /debugger/NativeClientVSX/ 24 /debugger/NativeClientVSX/
28 /debugger/nacl-gdb_server/x64/ 25 /debugger/nacl-gdb_server/x64/
29 /experimental/webgtt/tests/nacltest/*.cc 26 /experimental/webgtt/tests/nacltest/*.cc
30 /staging/ 27 /staging/
OLDNEW
« no previous file with comments | « native_client_sdk/src/.coveragerc ('k') | native_client_sdk/src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698