diff .hgignore @ 73:6792975da9a0

pasterd: start removing themes
author David Demelier <markand@malikania.fr>
date Tue, 21 Feb 2023 22:22:02 +0100
parents a14b5b7aa80e
children 67b3d13a5035
line wrap: on
line diff
--- a/.hgignore	Wed Feb 01 13:12:59 2023 +0100
+++ b/.hgignore	Tue Feb 21 22:22:02 2023 +0100
@@ -1,18 +1,21 @@
 # vim/emacs specific.
+\.swo$
+\.swp$
+^cscope\.out$
 ^tags$
 ^tags.lock$
 ^tags.temp$
-\.swp$
-\.swo$
 
 # macOS specific.
 \.DS_Store$
 
 # Temporary files.
+^extern/bcc/bcc$
 ^libpaster\.a$
 ^libsqlite3\.a$
 \.o$
 \.d$
+^html/.*\.h$
 
 # Manual pages.
 ^paster(\.1)?$