view .hgignore @ 16:79ee082bf62f

system/file: initial import, closes #1023
author David Demelier <markand@malikania.fr>
date Sat, 23 Feb 2019 11:35:44 +0100
parents c55372164bd9
children af4b22972631
line wrap: on
line source

# 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$

# distfiles
\.tar\..?z.?$
\.t.?z.?$