You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
822 B
46 lines
822 B
# ignore all log files |
|
*.log |
|
*.err |
|
*.log.* |
|
|
|
|
|
# ignore all CVS + sub dirs |
|
*CVS/ |
|
|
|
# ignore java classes |
|
*classes/ |
|
|
|
# ignore files in directory rohdaten |
|
superx/WEB-INF/conf/edustore/db/module/*/rohdaten/unl/*.unl |
|
superx/WEB-INF/conf/edustore/db/install/rohdaten/unl/*.unl |
|
|
|
# ignore temporary files |
|
*.tmp |
|
*.tmp.sql |
|
temp.xml |
|
tmp.fo |
|
|
|
# ignore auto generated files |
|
db.properties |
|
dbforms-config.xml |
|
superx/WEB-INF/dbforms-config.old |
|
superx.datum |
|
|
|
# ignore iReport Designer |
|
*.jasper |
|
|
|
# ignore /dist/* |
|
*dist/ |
|
|
|
# ignore swap files |
|
superx/WEB-INF/reports/swap_* |
|
|
|
src/edustore/edustore_*.xml |
|
|
|
# ignore eclipse settings |
|
.settings/org.eclipse.ltk.core.refactoring.prefs |
|
#rpta files: |
|
superx/WEB-INF/reports/simple_table.jrtx |
|
superx/WEB-INF/reports/tabelle_jrxml_a4_quer.xsl.jrxml |
|
superx/xml/jr_templates.xsl |
|
superx/xml/rpta_assistent.xsl
|
|
|