diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-22 19:35:49 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-22 19:35:49 -0500 |
| commit | df8f19320b3a37521a7f93a578bf31c81f885238 (patch) | |
| tree | ce7baaa5c4e58ac958b6b520a352371d14aaa4c9 /.gitignore | |
| parent | fd1855b8d0ecaa56ae3165ad5d8f3bd65ff77a64 (diff) | |
Bring back CI changes and macOS support
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ *.dll *.so *.pro.autosave +*.pro.user base_override.h .DS_Store @@ -21,6 +22,7 @@ debug/ Makefile* object_script* +/android/gradle* /Attorney_Online_remake_resource.rc /attorney_online_remake_plugin_import.cpp @@ -31,3 +33,5 @@ discord/ moc* /Attorney_Online_CC_resource.rc /attorney_online_cc_plugin_import.cpp + +*.autosave |
