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 @@ @@ -1,42 +1,43 @@
# 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
# 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
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
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/
#rpta files:
superx/WEB-INF/reports/simple_table.jrtx

Loading…
Cancel
Save