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

Unified Diff: .gitignore

Issue 11150028: Add new VS AddIn examples (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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 5b6b28afd1b3861093dcb44c347b38d21fc010d7..7989c3fcf2271585be26577c09839e37b165a6f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@
*.cmd
*.gz
*.nexe
-*.nmf
*.o
*.pyc
*.pyo
@@ -42,13 +41,15 @@ toolchain/
/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/Release
-/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/NaCl64
-/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/NaCl32
-/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sdf
-/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.opensdf
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/ipch
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*.sdf
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*.opensdf
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/Debug
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/Release
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/Debug
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/Release
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/NaCl64
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/NaCl32
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/chrome_data
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/newlib
+/visual_studio/NativeClientVSAddIn/InstallerResources/examples/*/*/win

Powered by Google App Engine
This is Rietveld 408576698