Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # These ignores are auto-generated from the canonical svn ignore metadata | 1 # These ignores are auto-generated from the canonical svn ignore metadata |
| 2 # using: | 2 # using: |
| 3 # | 3 # |
| 4 # $ git svn create-ignore | 4 # $ git svn create-ignore |
| 5 # | 5 # |
| 6 # Whenever possible, prefer creating ignores in svn and then generating them | 6 # Whenever possible, prefer creating ignores in svn and then generating them |
| 7 # to keep git in sync. | 7 # to keep git in sync. |
| 8 /.children | 8 /.children |
| 9 /.project | 9 /.project |
| 10 /Makefile | 10 /Makefile |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 42 third_party/gsutil/*/gsutilc | 42 third_party/gsutil/*/gsutilc |
| 43 | 43 |
| 44 # From the Mac OS X Finder | 44 # From the Mac OS X Finder |
| 45 .DS_Store | 45 .DS_Store |
| 46 | 46 |
| 47 # Pub generated "packages" directories | 47 # Pub generated "packages" directories |
| 48 packages | 48 packages |
| 49 | 49 |
| 50 # Vim temporary swap files. | 50 # Vim temporary swap files. |
| 51 *.swp | 51 *.swp |
| 52 | |
| 53 # Generated files. | |
| 54 tools/out | |
|
Emily Fortuna
2013/01/02 18:26:11
with my last CL moving html lib generating scripts
Anton Muhin
2013/01/10 13:19:46
Emily, I might be doing something wrong, but @1691
| |
| OLD | NEW |