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

Side by Side Diff: .gitignore

Issue 10879090: ARM validator: continue with extra_load_store_instructions. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Update with more tables. Created 8 years, 3 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 *.gypcmd 7 *.gypcmd
8 *.Makefile 8 *.Makefile
9 *.mk 9 *.mk
10 *.pyc 10 *.pyc
(...skipping 29 matching lines...) Expand all
40 /tools/SRC/ 40 /tools/SRC/
41 41
42 # These directories only show up if you have supplement.DEPS in your .gclient 42 # These directories only show up if you have supplement.DEPS in your .gclient
43 /private_tests/ 43 /private_tests/
44 /private_tools/ 44 /private_tools/
45 /supplement/ 45 /supplement/
46 46
47 # These directories are created by running tests/spec2k/run_all.sh 47 # These directories are created by running tests/spec2k/run_all.sh
48 /tests/spec2k/bin/ 48 /tests/spec2k/bin/
49 /tests/spec2k/[0-9][0-9][0-9].*/ 49 /tests/spec2k/[0-9][0-9][0-9].*/
50
51 # These directories are created by pnacl/build.sh sync-sources
52 pnacl/build/
53 pnacl/git/
54 pnacl/src/
OLDNEW
« no previous file with comments | « no previous file | src/trusted/validator_arm/actual_classes.h » ('j') | src/trusted/validator_arm/armv7.table » ('J')

Powered by Google App Engine
This is Rietveld 408576698