diff .hgignore @ 0:f1de39079243

misc: initial import
author David Demelier <markand@malikania.fr>
date Mon, 07 Jun 2021 09:41:37 +0200
parents
children 566bc028cdcb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Mon Jun 07 09:41:37 2021 +0200
@@ -0,0 +1,23 @@
+# object files.
+^config\.h$
+\.a$
+\.d$
+\.o$
+^sql/.*\.h$
+
+# vim/emacs specific.
+^tags$
+^tags.lock$
+^tags.temp$
+\.swp$
+\.swo$
+
+# macOS specific.
+\.DS_Store$
+
+# executables.
+^bcc$
+^scictl$
+^scid$
+^sciwebd$
+^sciworkerd$