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.
43 lines
701 B
43 lines
701 B
2 years ago
|
# 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
|
||
|
/WEB-INF/
|