diff .hgignore @ 5:867f73a28c79

misc: add .hgignore file
author David Demelier <markand@malikania.fr>
date Thu, 18 Oct 2018 12:50:02 +0200
parents
children 45a06b02a61f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu Oct 18 12:50:02 2018 +0200
@@ -0,0 +1,21 @@
+# 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$
+
+# object files.
+\.o$
+
+# backlight binary
+backlight