Skip to content

Commit ebeded9

Browse files
committed
commit jar
1 parent 4ffedfd commit ebeded9

14 files changed

+39
-41
lines changed

.gitignore

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,50 @@
1-
*.class
2-
3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
10-
11-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12-
hs_err_pid*
13-
14-
# =========================
15-
# Operating System Files
16-
# =========================
17-
18-
# OSX
19-
# =========================
20-
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.war
8+
*.ear
9+
10+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
11+
hs_err_pid*
12+
13+
# =========================
14+
# Operating System Files
15+
# =========================
16+
17+
# OSX
18+
# =========================
19+
2120
.DS_Store
2221
.AppleDouble
2322
.LSOverride
2423

2524
# Icon must ends with two \r.
26-
Icon
27-
25+
Icon
2826
# Thumbnails
2927
._*
3028

3129
# Files that might appear on external disk
3230
.Spotlight-V100
3331
.Trashes
34-
35-
# Windows
36-
# =========================
37-
38-
# Windows image file caches
39-
Thumbs.db
40-
ehthumbs.db
41-
42-
# Folder config file
43-
Desktop.ini
44-
45-
# Recycle Bin used on file shares
46-
$RECYCLE.BIN/
47-
48-
# Windows Installer files
49-
*.cab
50-
*.msi
51-
*.msm
52-
*.msp
32+
33+
# Windows
34+
# =========================
35+
36+
# Windows image file caches
37+
Thumbs.db
38+
ehthumbs.db
39+
40+
# Folder config file
41+
Desktop.ini
42+
43+
# Recycle Bin used on file shares
44+
$RECYCLE.BIN/
45+
46+
# Windows Installer files
47+
*.cab
48+
*.msi
49+
*.msm
50+
*.msp
Binary file not shown.
90.1 KB
Binary file not shown.

QuickNews/libs/android-support-v4.jar

633 KB
Binary file not shown.
85.3 KB
Binary file not shown.
Binary file not shown.

QuickNews/libs/jsoup-1.7.2.jar

287 KB
Binary file not shown.
108 KB
Binary file not shown.

QuickNews/libs/picasso-2.3.1.jar

100 KB
Binary file not shown.
354 KB
Binary file not shown.

0 commit comments

Comments
 (0)