1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-21 12:28:56 +01:00

Updated .hgignore to ignore dylib binaries on OS X.

This commit is contained in:
Scott Ehlert 2010-05-19 04:14:49 -05:00
parent a8f53b8e14
commit 8cd4633191

View File

@ -1,5 +1,6 @@
# Binaries
\.dll$
\.dylib$
\.exe$
\.so$