Skip to content

Commit e7fdff5

Browse files
committed
Modified .gitignore
1 parent 2724dc2 commit e7fdff5

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.gitignore

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1+
### Temporary files
12
.DS_Store
23
._*
34
.Spotlight-V100
45
.Trashes
56
Thumbs.db
67
Desktop.ini
8+
9+
### IDE Jetbrains PhpStorm
710
.idea
11+
### IDE Eclipse
12+
*.settings
13+
*.project
14+
*.buildpath
15+
16+
### Continuous Integration
817
build/
918
phpunit.xml
1019
composer.phar
1120
vendor
12-
*.settings
13-
*.project
14-
*.buildpath
21+
/batch_CI.bat
1522

16-
/samples/results
17-
/phpunit.bat
18-
/todo.txt
23+
### Samples
1924
/samples/Sample_00_Test.php
20-
/samples/#47
21-
/samples/#70
22-
/samples/#71
25+
/samples/#*
2326
/samples/Github_*.*
24-
/samples/#83/*.lnk
27+
/samples/results

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- Improved the documentation about Table Shapes and cell width - @Progi1984 GH-104
4040
- Some parts of code shared between PHPOffice projects have been moved to PhpOffice/Common - @Progi1984
4141
- Refactored the PowerPoint97 Reader for managing the group shape and improving evolutions - @Progi1984 GH-110
42+
- Added a sample (12) for PowerPoint97 Reader with tree of the PhpPowerPoint object - @Progi1984 GH-110
4243

4344
## 0.3.0 - 2014-09-22
4445

0 commit comments

Comments
 (0)