From c460a5b795bc4c65d271db5b6f2af0a946cf6947 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Fri, 3 Aug 2018 19:50:53 +0200 Subject: Static linking for Windows. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 61060c0f..b3c3db4d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ base-full/ bass.lib bins/ +release/ +debug/ .qmake.stash @@ -18,3 +20,6 @@ object_script* /attorney_online_remake_plugin_import.cpp server/__pycache__ + +*.o +moc* \ No newline at end of file -- cgit