view .hgignore @ 460:8fa69c770569

examples: fix
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:14:27 +0100
parents e1fa1b867281
children bca466732620
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$

# Examples.
^examples/example-action/example-action$
^examples/example-animation/example-animation$
^examples/example-audio/example-audio$
^examples/example-battle/main$
^examples/example-cursor/example-cursor$
^examples/example-debug/example-debug$
^examples/example-drawable/example-drawable$
^examples/example-font/example-font$
^examples/example-gridmenu/example-gridmenu$
^examples/example-label/example-label$
^examples/example-message/example-message$
^examples/example-notify/example-notify$
^examples/example-sprite/example-sprite$
^examples/example-trace/example-trace$
^examples/example-ui/example-ui$
^examples/example/character-john$
^examples/example/registry$
^examples/example/spell-fire$
^examples/example/trace_hud$

# Tests.
^tests/test-action-script$
^tests/test-action$
^tests/test-alloc$
^tests/test-character$
^tests/test-color$
^tests/test-drawable$
^tests/test-error$
^tests/test-map$
^tests/test-save-quest$
^tests/test-save$
^tests/test-state$
^tests/test-tileset$
^tests/test-util$
^tests/test-vfs-directory$
^tests/test-vfs-zip$

# Tools.
^mlk-bcc/mlk-bcc$
^mlk-map/mlk-map$
^mlk-tileset/mlk-tileset$

# Documentation.
^doc/site