diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-03 19:50:53 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-03 19:50:53 +0200 |
| commit | c460a5b795bc4c65d271db5b6f2af0a946cf6947 (patch) | |
| tree | c8aaad502ad3a029923850a5dcd338bfacf0a50b /.gitignore | |
| parent | 651585f1912ee30d8940243186dbacac518458f8 (diff) | |
Static linking for Windows.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
