view .hgignore @ 1315:d6a7f245095f

lib/libinput: upgrade to 1.19.2
author David Demelier <markand@malikania.fr>
date Sat, 20 Nov 2021 19:49:50 +0100
parents eb9680f81260
children
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.?$
\.zip$

# libretro info files.
\.info$