# HG changeset patch # User Ruby Dennington # Date 2022-05-10 13:28:28 # Node ID d4c4a7d9f35772e5ab17df99b9719d0d934cf6b5 # Parent dbf3641db994da308db3fad051d0a3aff421b94d Move gitignore to hgignore and fix syntax (since the former isn't consistently working now that it's no longer a git repo) diff --git a/.gitignore b/.hgignore rename from .gitignore rename to .hgignore --- a/.gitignore +++ b/.hgignore @@ -1,10 +1,10 @@ -/.vs -/build* +^.vs +^build* CMakeSettings.json docs/aidocs/* docs/gamedocs/* docs/source/* -/out -/.ottdrev-gpp -/media/baseset/openttd.grf -/media/baseset/orig_extra.grf \ No newline at end of file +^out +^.ottdrev-gpp +^media/baseset/openttd.grf +^media/baseset/orig_extra.grf \ No newline at end of file