Mercurial > hg > monetdb-java
changeset 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 | 839ffec1d36d |
children | 8d81506399d1 |
files | .hgignore |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
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