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

Side by Side Diff: .gitignore

Issue 11359218: [NaCl Addin] Add new property for setting name of index page. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month 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, 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 *.o 8 *.o
9 *.pyc 9 *.pyc
10 *.pyo 10 *.pyo
(...skipping 14 matching lines...) Expand all
25 /build_tools/sdk_section.nsh 25 /build_tools/sdk_section.nsh
26 /build_tools/tests/apply_patch_test_archive/ 26 /build_tools/tests/apply_patch_test_archive/
27 /build_tools/toolchain_archives/ 27 /build_tools/toolchain_archives/
28 /chrome_binaries/ 28 /chrome_binaries/
29 /debugger/NativeClientVSX/ 29 /debugger/NativeClientVSX/
30 /debugger/nacl-gdb_server/x64/ 30 /debugger/nacl-gdb_server/x64/
31 /experimental/webgtt/tests/nacltest/*.cc 31 /experimental/webgtt/tests/nacltest/*.cc
32 /site_scons/ 32 /site_scons/
33 /staging/ 33 /staging/
34 /out 34 /out
35 StyleCop.Cache
35 36
36 /visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/obj/ 37 /visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/obj/
37 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.vsmdi 38 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.vsmdi
38 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/obj/ 39 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/obj/
39 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/bin/ 40 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/bin/
40 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.xml 41 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.xml
41 /visual_studio/NativeClientVSAddIn/UnitTests/obj/ 42 /visual_studio/NativeClientVSAddIn/UnitTests/obj/
42 /visual_studio/NativeClientVSAddIn/TestResults/ 43 /visual_studio/NativeClientVSAddIn/TestResults/
43 44
44 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/ipch 45 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/ipch
45 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*.sdf 46 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*.sdf
46 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*.opensdf 47 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*.opensdf
47 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/Debug 48 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/Debug
48 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/Release 49 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/Release
49 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/Debug 50 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/Debug
50 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/Release 51 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/Release
51 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/NaCl64 52 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/NaCl64
53 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/PNaCl
52 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/NaCl32 54 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/NaCl32
53 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/chrome_data 55 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/chrome_data
54 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/newlib 56 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/newlib
57 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/glibc
55 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/win 58 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/win
59 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/*.user
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698