Chromium Code Reviews| Index: Source/bindings/.gitignore |
| diff --git a/Source/Platform/Platform.gyp/.gitignore b/Source/bindings/.gitignore |
| similarity index 75% |
| copy from Source/Platform/Platform.gyp/.gitignore |
| copy to Source/bindings/.gitignore |
| index 2ca14bf1ebe6bc241203ef8d2a4613096e746df2..eedb312a9d87211f1ea82042bc1603b8299179e3 100644 |
| --- a/Source/Platform/Platform.gyp/.gitignore |
| +++ b/Source/bindings/.gitignore |
| @@ -1,6 +1,7 @@ |
| *.Makefile |
| *.mk |
| +*.rules |
| *.sln |
| +*.tmp |
| *.vcproj* |
| *.vcxproj* |
| -*.xcodeproj* |
|
Nico
2013/04/11 05:56:37
xcodeproj too, if someone feels like building with
abarth-chromium
2013/04/11 06:25:17
Will add. (Note: This diff is just fro a random o
|