view .hgignore @ 899:cccaeb65a5d6

Extend Makefile with target: jre21jars Note this requires that your OS has jdk21 installed and be the default jvm.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 30 May 2024 13:08:03 +0200 (10 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