Skip to content

Commit ec82f56

Browse files
committed
bootstrap: update gitignore to avoid showing all the temp files
1 parent 413de2c commit ec82f56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ build
22
*.swp
33
*.swo
44
*~
5-
src/obj
6-
src/local.properties
7-
src/default.properties
8-
src/libs/armeabi
5+
bootstrap/*/obj
6+
bootstrap/*/local.properties
7+
bootstrap/*/default.properties
8+
bootstrap/*/libs/armeabi
99
dist
1010
*.pyc
1111
testsuite

0 commit comments

Comments
 (0)