Browse Source

Vorbereitung VIZ/RPTA Installation #1

userinfo_gueltigkeit
Daniel Quathamer 2 years ago
parent
commit
b360a6e74b
  1. 79
      .gitignore

79
.gitignore vendored

@ -1,42 +1,43 @@
# ignore all log files # ignore all log files
*.log *.log
*.err *.err
*.log.* *.log.*
# ignore all CVS + sub dirs # ignore all CVS + sub dirs
*CVS/ *CVS/
# ignore java classes # ignore java classes
*classes/ *classes/
# ignore files in directory rohdaten # ignore files in directory rohdaten
superx/WEB-INF/conf/edustore/db/module/*/rohdaten/unl/*.unl superx/WEB-INF/conf/edustore/db/module/*/rohdaten/unl/*.unl
superx/WEB-INF/conf/edustore/db/install/rohdaten/unl/*.unl superx/WEB-INF/conf/edustore/db/install/rohdaten/unl/*.unl
# ignore temporary files # ignore temporary files
*.tmp *.tmp
*.tmp.sql *.tmp.sql
temp.xml temp.xml
tmp.fo tmp.fo
# ignore auto generated files # ignore auto generated files
db.properties db.properties
dbforms-config.xml dbforms-config.xml
superx/WEB-INF/dbforms-config.old superx/WEB-INF/dbforms-config.old
superx.datum superx.datum
# ignore iReport Designer # ignore iReport Designer
*.jasper *.jasper
# ignore /dist/* # ignore /dist/*
*dist/ *dist/
# ignore swap files # ignore swap files
superx/WEB-INF/reports/swap_* superx/WEB-INF/reports/swap_*
src/edustore/edustore_*.xml src/edustore/edustore_*.xml
# ignore eclipse settings # ignore eclipse settings
.settings/org.eclipse.ltk.core.refactoring.prefs .settings/org.eclipse.ltk.core.refactoring.prefs
/WEB-INF/ #rpta files:
superx/WEB-INF/reports/simple_table.jrtx

Loading…
Cancel
Save