
Add carriage return before <pre programlisting ...> and after. Closes-bug: 1340211 Change-Id: Id1ab9090298a454a4a643849d43b91486a793432
25 lines
260 B
Plaintext
25 lines
260 B
Plaintext
## java specific
|
||
!.gitignore
|
||
*.iml
|
||
*.iws
|
||
*.ipr
|
||
target
|
||
*/target
|
||
*/*/target
|
||
|
||
## generic files to ignore
|
||
*~
|
||
*.lock
|
||
*.DS_Store
|
||
*.swp
|
||
*.out
|
||
.idea
|
||
/.classpath
|
||
/.project
|
||
|
||
# NetBeans user-specific build actions
|
||
nbactions.xml
|
||
nbactions-*.xml
|
||
sonatype-*.sh
|
||
/.settings
|