Skip to content

Commit bac3593

Browse files
authored
Remove stale ignore patterns from .gitignore. (flutter#112)
1 parent 77c6728 commit bac3593

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
*.pyc
33
*~
44
.*.sw?
5-
.DS_Store
5+
.checkstyle
66
.classpath
77
.cproject
8+
.DS_Store
89
.gdb_history
9-
.checkstyle
1010
.gdbinit
11+
.idea
1112
.landmines
1213
.packages
1314
.project
@@ -17,15 +18,12 @@ cscope.*
1718
Session.vim
1819
tags
1920
Thumbs.db
20-
/build/util/LASTCHANGE*
21-
.idea
2221

2322
# directories pulled in via deps or hooks
2423
/buildtools/
2524
/flutter/
2625
/garnet/
2726
/ios_tools/
28-
/lib/
2927
/out/
3028
/third_party/android_tools/
3129
/third_party/benchmark/

0 commit comments

Comments
 (0)