diff .hgignore @ 0:15a06aa20298

misc: initial import
author David Demelier <markand@malikania.fr>
date Tue, 04 Feb 2020 13:35:52 +0100
parents
children 836a698946f8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue Feb 04 13:35:52 2020 +0100
@@ -0,0 +1,19 @@
+# Build directory used in lots of documentation.
+^build
+
+# Qt Creator creates CMakeLists.txt.user.
+^CMakeLists\.txt\.user$
+
+# vim/emacs specific.
+^tags$
+^tags.lock$
+^tags.temp$
+\.swp$
+\.swo$
+
+# macOS specific.
+\.DS_Store$
+
+# Temporary files.
+\.o$
+\.d$