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

Side by Side Diff: .gitignore

Issue 7799013: Intial Thumb2 Sandbox (naclrev 6680) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: asdsa Created 9 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 | Annotate | Revision Log
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 and other similar commands. 2 # from a 'git status' command and other similar commands.
3 # Please keep each section in alphabetical order. 3 # Please keep each section in alphabetical order.
4 4
5 # Ignore these filename patterns 5 # Ignore these filename patterns
6 *~ 6 *~
7 *.Makefile 7 *.Makefile
8 *.mk 8 *.mk
9 *.o
9 *.pyc 10 *.pyc
10 *.pyc-2.4 11 *.pyc-2.4
11 *.pyo 12 *.pyo
12 *.pyo-2.4 13 *.pyo-2.4
13 *.rules 14 *.rules
14 *.sln 15 *.sln
15 *.slo 16 *.slo
16 *.swp 17 *.swp
17 *.vcproj 18 *.vcproj
18 *.xcodeproj/ 19 *.xcodeproj/
(...skipping 22 matching lines...) Expand all
41 /tools/SRC/ 42 /tools/SRC/
42 43
43 # These directories only show up if you have supplement.DEPS in your .gclient 44 # These directories only show up if you have supplement.DEPS in your .gclient
44 /private_tests/ 45 /private_tests/
45 /private_tools/ 46 /private_tools/
46 /supplement/ 47 /supplement/
47 48
48 # These directories are created by running tests/spec2k/run_all.sh 49 # These directories are created by running tests/spec2k/run_all.sh
49 /tests/spec2k/bin/ 50 /tests/spec2k/bin/
50 /tests/spec2k/[0-9][0-9][0-9].*/ 51 /tests/spec2k/[0-9][0-9][0-9].*/
OLDNEW
« no previous file with comments | « no previous file | src/trusted/service_runtime/arch/arm/springboard_thumb2.S » ('j') | src/trusted/service_runtime/elf_util.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698