Changeset: 495aaf5747de for monetdb-java URL: http://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=495aaf5747de Added Files: .hgignore Branch: default Log Message:
Created a .hgignore file to ignore class and jar files and editor backups. diffs (24 lines): diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,19 @@ +syntax: glob + +# files created by the normal build process +*.class +*.jar +build/META-INF/services/java.sql.Driver +src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java + +# files generated by various editors +*.swp +*~ +\#* +.#* + +# other files we don't want +TAGS +tags +*.rej +*.orig _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
