Mercurial > hg > monetdb-java
diff .hgignore @ 107:495aaf5747de
Created a .hgignore file to ignore class and jar files and editor backups.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 23 Jan 2017 21:34:01 +0100 (2017-01-23) |
parents | |
children | d27f4ad1ca91 3cc985970fd3 |
line wrap: on
line diff
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