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 /api_docs.target.mk | 8 /api_docs.target.mk |
9 /benchmarks | 9 /benchmarks |
10 /compiler.target.mk | 10 /compiler.target.mk |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 | 67 |
68 # Compiled python binaries | 68 # Compiled python binaries |
69 *.pyc | 69 *.pyc |
70 third_party/gsutil/*/gsutilc | 70 third_party/gsutil/*/gsutilc |
71 | 71 |
72 # From the Mac OS X Finder | 72 # From the Mac OS X Finder |
73 .DS_Store | 73 .DS_Store |
74 | 74 |
75 # Pub generated "packages" directories | 75 # Pub generated "packages" directories |
76 packages | 76 packages |
| 77 |
| 78 # Vim temporary swap files. |
| 79 *.swp |
OLD | NEW |