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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
50 /.project | 50 /.project |
51 /*.pyc | 51 /*.pyc |
52 | 52 |
53 # End generated ignores. The following are hand-added because the svn:ignore | 53 # End generated ignores. The following are hand-added because the svn:ignore |
54 # stuff doesn't handle them well. | 54 # stuff doesn't handle them well. |
55 | 55 |
56 # Generated XCode projects on Mac | 56 # Generated XCode projects on Mac |
57 *.xcodeproj | 57 *.xcodeproj |
58 | 58 |
59 # Dart Editor config files | 59 # Dart Editor config files |
60 .children | 60 .children |
devoncarew
2012/10/15 13:07:47
You could also safely delete the .children entry;
| |
61 .project | 61 .project |
62 | 62 |
63 # Built by chromebot and downloaded from Google Storage | 63 # Built by chromebot and downloaded from Google Storage |
64 client/tests/drt | 64 client/tests/drt |
65 | 65 |
66 # Compiled python binaries | 66 # Compiled python binaries |
67 *.pyc | 67 *.pyc |
68 third_party/gsutil/*/gsutilc | 68 third_party/gsutil/*/gsutilc |
69 | |
70 # From the Mac OS X Finder | |
71 .DS_Store | |
OLD | NEW |