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

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..74e81ad6f05861780637441fc2f3fb74775a5181 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
*.o
*.pyc
*.pyo
+*.suo
# Ignore all hidden files
.*
@@ -31,3 +32,20 @@ toolchain/
/experimental/webgtt/tests/nacltest/*.cc
/site_scons/
/staging/
+/out
+
+/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/obj/
+/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.vsmdi
+/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/obj/
+/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/bin/
+/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.xml
+/visual_studio/NativeClientVSAddIn/UnitTests/obj/
+/visual_studio/NativeClientVSAddIn/TestResults/
+
+/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/ipch
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/Debug
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sdf
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.opensdf

Powered by Google App Engine
This is Rietveld 408576698