diff options
| author | Alexander <alex@cogarr.net> | 2019-07-10 14:23:51 -0400 |
|---|---|---|
| committer | Alexander <alex@cogarr.net> | 2019-07-10 14:23:51 -0400 |
| commit | c9db55cdc2f69c3dc7aefabe0cc828a64e377024 (patch) | |
| tree | b6735e6b43660ea77f59654f8dd4ad1339b6f9e3 /build | |
| parent | 456ee9baefb343e98dc94678e05335a547786c2a (diff) | |
| parent | 6539fbff3d4ecd686676f7c0de6672de38023764 (diff) | |
| download | brokengine-c9db55cdc2f69c3dc7aefabe0cc828a64e377024.tar.gz brokengine-c9db55cdc2f69c3dc7aefabe0cc828a64e377024.tar.bz2 brokengine-c9db55cdc2f69c3dc7aefabe0cc828a64e377024.zip | |
Started work on cross-platform refactor
Started refactoring the code to work on windows and linux
Diffstat (limited to 'build')
| -rw-r--r-- | build/.gitignore | 1 | ||||
| -rw-r--r-- | build/client/.gitignore | 1 | ||||
| -rw-r--r-- | build/client/lua_api/io/.gitignore | 1 | ||||
| -rw-r--r-- | build/server/.gitignore | 1 | ||||
| -rw-r--r-- | build/shared/.gitignore (renamed from build/client/phys/.gitignore) | 0 | ||||
| -rw-r--r-- | build/shared/lua_api/.gitignore (renamed from build/client/util/.gitignore) | 0 | ||||
| -rw-r--r-- | build/shared/lua_api/phys/.gitignore (renamed from build/server/lua_api/phys/.gitignore) | 0 | ||||
| -rw-r--r-- | build/shared/phys/.gitignore (renamed from build/server/phys/.gitignore) | 0 | ||||
| -rw-r--r-- | build/shared/util/.gitignore (renamed from build/server/util/.gitignore) | 0 |
9 files changed, 1 insertions, 3 deletions
diff --git a/build/.gitignore b/build/.gitignore index e69de29..5761abc 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -0,0 +1 @@ +*.o diff --git a/build/client/.gitignore b/build/client/.gitignore index 5761abc..e69de29 100644 --- a/build/client/.gitignore +++ b/build/client/.gitignore @@ -1 +0,0 @@ -*.o diff --git a/build/client/lua_api/io/.gitignore b/build/client/lua_api/io/.gitignore index 5761abc..e69de29 100644 --- a/build/client/lua_api/io/.gitignore +++ b/build/client/lua_api/io/.gitignore @@ -1 +0,0 @@ -*.o diff --git a/build/server/.gitignore b/build/server/.gitignore index 5761abc..e69de29 100644 --- a/build/server/.gitignore +++ b/build/server/.gitignore @@ -1 +0,0 @@ -*.o diff --git a/build/client/phys/.gitignore b/build/shared/.gitignore index e69de29..e69de29 100644 --- a/build/client/phys/.gitignore +++ b/build/shared/.gitignore diff --git a/build/client/util/.gitignore b/build/shared/lua_api/.gitignore index e69de29..e69de29 100644 --- a/build/client/util/.gitignore +++ b/build/shared/lua_api/.gitignore diff --git a/build/server/lua_api/phys/.gitignore b/build/shared/lua_api/phys/.gitignore index e69de29..e69de29 100644 --- a/build/server/lua_api/phys/.gitignore +++ b/build/shared/lua_api/phys/.gitignore diff --git a/build/server/phys/.gitignore b/build/shared/phys/.gitignore index e69de29..e69de29 100644 --- a/build/server/phys/.gitignore +++ b/build/shared/phys/.gitignore diff --git a/build/server/util/.gitignore b/build/shared/util/.gitignore index e69de29..e69de29 100644 --- a/build/server/util/.gitignore +++ b/build/shared/util/.gitignore |
