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

Unified 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698