Chromium Code Reviews| Index: utils/dartanalyzer/.gitignore |
| diff --git a/utils/dartanalyzer/.gitignore b/utils/dartanalyzer/.gitignore |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..882ba04da8528b8e1127c3285c3fdd43c2e598c3 |
| --- /dev/null |
| +++ b/utils/dartanalyzer/.gitignore |
| @@ -0,0 +1,2 @@ |
| +/dartanalyzer.Makefile |
| +/dartanalyzer.target.mk |
|
kustermann
2014/04/24 07:50:38
Can't we put this in the repository-root .gitignor
danrubel
2014/04/29 16:10:40
I'm following the pattern established in compiler,
|