view .hgignore @ 925:4dfdb62e3e9d

Extend JDBC_API_Tester program with optional second startup argument '-skipMALoutput'. This allows the JDBC_API_Tester program to be called to skip the comparing the MAL output of tests which return MAL output such as PLAN, EXPLAIN and TRACE statements. It is intended for internal development use only.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 08 Aug 2024 15:26:28 +0200 (8 months ago)
parents f7df78989ac5
children
line wrap: on
line source
syntax: glob

# files created by the normal build process
*.class
*.jar
build/META-INF/services/java.sql.Driver
src/main/java/org/monetdb/jdbc/MonetVersion.java

# files generated by various editors
*.swp
*~
\#*
.#*

# other files we don't want
TAGS
tags
*.rej
*.orig