annotate .hgignore @ 402:3cc985970fd3

Update ignore file.
author Sjoerd Mullender <sjoerd@acm.org>
date Mon, 21 Dec 2020 15:08:48 +0100 (2020-12-21)
parents 495aaf5747de
children f7df78989ac5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
107
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
1 syntax: glob
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
2
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
3 # files created by the normal build process
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
4 *.class
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
5 *.jar
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
6 build/META-INF/services/java.sql.Driver
402
3cc985970fd3 Update ignore file.
Sjoerd Mullender <sjoerd@acm.org>
parents: 107
diff changeset
7 src/main/java/org/monetdb/jdbc/MonetDriver.java
107
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
8
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
9 # files generated by various editors
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
10 *.swp
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
11 *~
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
12 \#*
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
13 .#*
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
14
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
15 # other files we don't want
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
16 TAGS
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
17 tags
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
18 *.rej
495aaf5747de Created a .hgignore file to ignore class and jar files and editor backups.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff changeset
19 *.orig