Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index 05bda619cad5e885bdb8d24ad1db831bff1ab411..c09ac961e8341c89fc43a29b631b8e80169c5dbe 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -9,6 +9,7 @@ |
| *.o |
| *.pyc |
| *.pyo |
| +*.suo |
| # Ignore all hidden files |
| .* |
| @@ -31,3 +32,16 @@ toolchain/ |
| /experimental/webgtt/tests/nacltest/*.cc |
| /site_scons/ |
| /staging/ |
| +/out |
| + |
| +/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
|
| +/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/obj/ |
| +/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/bin/ |
| +/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.xml |
| +/visual_studio/NativeClientVSAddIn/UnitTests/obj/ |
| + |
| +/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/chrome_data |
| +/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/newlib |
| +/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/win |
| +/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/Debug |
| +/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sdf |