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 |
11 /benchmarks | 11 /benchmarks |
12 /build | 12 /build |
13 /ipch | 13 /ipch |
14 /out | 14 /out |
15 /xcodebuild | 15 /xcodebuild |
| 16 /.flaky.log |
16 /*.Makefile | 17 /*.Makefile |
17 /*.opensdf | 18 /*.opensdf |
18 /*.pyc | 19 /*.pyc |
19 /*.sdf | 20 /*.sdf |
20 /*.sln | 21 /*.sln |
21 /*.suo | 22 /*.suo |
22 /*.target.mk | 23 /*.target.mk |
23 /*.vcproj | 24 /*.vcproj |
24 /*.vcxproj | 25 /*.vcxproj |
25 /*.vcxproj.filters | 26 /*.vcxproj.filters |
(...skipping 15 matching lines...) Expand all Loading... |
41 third_party/gsutil/*/gsutilc | 42 third_party/gsutil/*/gsutilc |
42 | 43 |
43 # From the Mac OS X Finder | 44 # From the Mac OS X Finder |
44 .DS_Store | 45 .DS_Store |
45 | 46 |
46 # Pub generated "packages" directories | 47 # Pub generated "packages" directories |
47 packages | 48 packages |
48 | 49 |
49 # Vim temporary swap files. | 50 # Vim temporary swap files. |
50 *.swp | 51 *.swp |
OLD | NEW |