# HG changeset patch
# User Sjoerd Mullender <sjoerd@acm.org>
# Date 1485203641 -3600
# Node ID 495aaf5747de5bc6eb1f7c51549861fbb6041d79
# Parent  839ffec1d36d2f73cdfd52e532cb7e2d97cab36b
Created a .hgignore file to ignore class and jar files and editor backups.

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