view .hgignore @ 339:979960e65f76

js: add font bindings While here, correct int to long in font_render.
author David Demelier <markand@malikania.fr>
date Sat, 16 Oct 2021 09:01:20 +0200
parents cd8b87ddd1e7
children 133248093ed3
line wrap: on
line source

# CMake files.
^build

# vim/emacs specific.
^tags$
^tags\.lock$
^tags\.temp$
^cscope\.out$
\.swp$
\.swo$

# macOS specific.
\.DS_Store$

# Generated files.
\.exe$
^mlk-
^example-
^src/libmlk-data/maps/.*\.map$
^src/libmlk-data/maps/.*\.tileset$