view .hgignore @ 411:d74f53299252

make: add basic GNU make support
author David Demelier <markand@malikania.fr>
date Fri, 07 Oct 2022 14:35:31 +0200
parents 133248093ed3
children 6947c1fefe5c
line wrap: on
line source

# object files.
\.a$
\.d$
\.o$
assets/.*\.h$

# CMake files.
^build

# Qt Creator files
^CMakeLists\.txt\.user$

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

# macOS specific.
\.DS_Store$
\.dSYM

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