comparison .hgignore @ 0:15a06aa20298

misc: initial import
author David Demelier <markand@malikania.fr>
date Tue, 04 Feb 2020 13:35:52 +0100
parents
children 836a698946f8
comparison
equal deleted inserted replaced
-1:000000000000 0:15a06aa20298
1 # Build directory used in lots of documentation.
2 ^build
3
4 # Qt Creator creates CMakeLists.txt.user.
5 ^CMakeLists\.txt\.user$
6
7 # vim/emacs specific.
8 ^tags$
9 ^tags.lock$
10 ^tags.temp$
11 \.swp$
12 \.swo$
13
14 # macOS specific.
15 \.DS_Store$
16
17 # Temporary files.
18 \.o$
19 \.d$