diff .hgignore @ 305:3675021fa6e5

make: add fakeroot support
author David Demelier <markand@malikania.fr>
date Sun, 27 Jun 2021 17:07:37 +0200
parents 3ccf841ca1fe
children 6a7bca547f9a
line wrap: on
line diff
--- a/.hgignore	Thu Jun 24 22:35:02 2021 +0200
+++ b/.hgignore	Sun Jun 27 17:07:37 2021 +0200
@@ -7,10 +7,14 @@
 assets/.*\.h$
 ^config\.h$
 
+# fakeroot directory.
+^fakeroot
+
 # vim/emacs specific.
 ^tags$
-^tags.lock$
-^tags.temp$
+^tags\.lock$
+^tags\.temp$
+^cscope\.out$
 \.swp$
 \.swo$