diff .hgignore @ 0:efcc908bca21

core: implement basic windowing, closes #2437
author David Demelier <markand@malikania.fr>
date Mon, 06 Jan 2020 12:58:49 +0100
parents
children 61faa3054bed
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Mon Jan 06 12:58:49 2020 +0100
@@ -0,0 +1,14 @@
+# vim/emacs specific.
+^tags$
+^tags.lock$
+^tags.temp$
+\.swp$
+\.swo$
+
+# macOS specific.
+\.DS_Store$
+
+# object files.
+^molko$
+\.d$
+\.o$