Skip to content

Commit fec206b

Browse files
committed
Merge branch 'master' of github.com:saqibmasood/Aspose_Imaging_Java
2 parents 3f299fe + e1a5564 commit fec206b

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.gitignore

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
# Eclipse project files
2+
.classpath
3+
.project
4+
.settings/
5+
test-output/
6+
7+
# IntelliJ project files
8+
.idea/
9+
*.iws
10+
*.iml
11+
*.ipr
112

13+
# Mac
14+
.DS_Store
15+
16+
# Others
217
Temp/
318
obj/
419
classes/
@@ -8,9 +23,6 @@ bin/
823
* out*
924
*.ldb
1025
_ReSharper*/
11-
*.iws
12-
*.iml
13-
*.ipr
1426
*.eml
1527
out/
1628
*.user
@@ -23,7 +35,5 @@ Thumbs.db
2335
manifest.mf
2436
Out/
2537
Out*/
26-
.settings/
2738
*.lic
2839
Data/*Out*
29-
.idea/

Examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This directory contains Java code examples for [Aspose.Imaging for Java](http://
44

55
## How to use the examples?
66

7-
Use your favourite IDE to open/import the project. Read our [documentation](http://www.aspose.com/docs/display/imagingjava) for more details.
7+
Use your favourite Java IDE to open/import the project. Read our [documentation](http://www.aspose.com/docs/display/imagingjava/How+to+Use+the+Examples) for more details.

0 commit comments

Comments
 (0)