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

Side by Side Diff: .gitignore

Issue 10915292: Use irt from within chrome install (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: 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, 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 *.suo
12 13
13 # Ignore all hidden files 14 # Ignore all hidden files
14 .* 15 .*
15 16
16 # Ignore all directories than contain these names 17 # Ignore all directories than contain these names
17 scons-out/ 18 scons-out/
18 third_party/ 19 third_party/
19 toolchain/ 20 toolchain/
20 21
21 # Ignore these particular directories (relative to src directory) 22 # Ignore these particular directories (relative to src directory)
22 /build_tools/NSIS/ 23 /build_tools/NSIS/
23 /build_tools/packages/ 24 /build_tools/packages/
24 /build_tools/sdk_install_name.nsh 25 /build_tools/sdk_install_name.nsh
25 /build_tools/sdk_section.nsh 26 /build_tools/sdk_section.nsh
26 /build_tools/tests/apply_patch_test_archive/ 27 /build_tools/tests/apply_patch_test_archive/
27 /build_tools/toolchain_archives/ 28 /build_tools/toolchain_archives/
28 /chrome_binaries/ 29 /chrome_binaries/
29 /debugger/NativeClientVSX/ 30 /debugger/NativeClientVSX/
30 /debugger/nacl-gdb_server/x64/ 31 /debugger/nacl-gdb_server/x64/
31 /experimental/webgtt/tests/nacltest/*.cc 32 /experimental/webgtt/tests/nacltest/*.cc
32 /site_scons/ 33 /site_scons/
33 /staging/ 34 /staging/
35 /out
36
37 /visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/obj/
binji 2012/09/17 17:52:06 yuck... is there any way to change the VS output d
Sam Clegg 2012/09/17 19:58:16 This is kinda the way visual studio users expect t
38 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/obj/
39 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/bin/
40 /visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.xml
41 /visual_studio/NativeClientVSAddIn/UnitTests/obj/
42
43 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/ hello_world_gles/chrome_data
44 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/ hello_world_gles/newlib
45 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/ hello_world_gles/win
46 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/ hello_world_gles/Debug
47 /visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/ hello_world_gles.sdf
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698