Revision ae046e699a954de8c098cffd3e842f7d97d1169d authored by robfrank on 08 July 2016, 16:10:15 UTC, committed by robfrank on 08 July 2016, 16:10:15 UTC
1 parent f528266
Raw File
.gitignore
build.number
*.class
*/target/*
target
*/test-output
out
*/databases
*.gz
*.patch

# Package Files #
*.war
*.ear

# Eclipse IDE files
*.classpath
*.project
.settings/
*.prefs

#IntelliJ IDEA files
*.iml
.idea/

tests/src/test/java/com/orientechnologies/orient/test/database/auto/_*.xml

export/
back to top