1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00
Files
hl2sdk/.hgignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
150 B
Plaintext
Raw Normal View History

2011-04-10 01:41:48 -05:00
# Binaries
\.dll$
\.exe$
\.so$
vcpm$
# Files generated by Visual Studio
\.aps$
\.ncb$
\.suo$
\.user$
# Build directories
/Debug.*
/Release.*
/obj.*