mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 03:25:25 +00:00
* Add removeIf to SynchronizedCollection, Add mac store files to gitignore * - added removeIf * - added removeIf - added Tests for removeIf * minor fix * p tag fix in comments * Added @since 4.4 javadoc tag
20 lines
196 B
Plaintext
20 lines
196 B
Plaintext
# Maven build files
|
|
target
|
|
*.log
|
|
maven-eclipse.xml
|
|
build.properties
|
|
site-content
|
|
|
|
# IntelliJ IDEA files
|
|
.idea
|
|
.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
# Eclipse files
|
|
.settings
|
|
.classpath
|
|
.project
|
|
|
|
# Mac files
|
|
.DS_Store |