From fcb143eb21d7b394de6064aa344a68583a3809ee Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Fri, 14 Mar 2025 18:56:08 +1100 Subject: Fix .gitignore, fix cgit migration errors --- .gitignore | 4 ++++ README.md | 2 +- dedicated | Bin 815896 -> 0 bytes lib/libserver.a | Bin 893534 -> 0 bytes lib/libshared.a | Bin 1161916 -> 0 bytes 5 files changed, 5 insertions(+), 1 deletion(-) delete mode 100755 dedicated delete mode 100644 lib/libserver.a delete mode 100644 lib/libshared.a diff --git a/.gitignore b/.gitignore index 8f75d03..7bb27db 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,8 @@ compile_commands.json CMakeCache.txt CMakeFiles/ +lib/ +world/ + blockgame_linux +dedicated diff --git a/README.md b/README.md index 9511e18..bd4aa88 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A somewhat-completed attempt at writing *that game* from scratch in C++20. To download the latest available release, clone this repository over github. ```console - $ git clone https://salvestromartin.com:443/nJ3ahxac/blockgame_linux.git + $ git clone https://git.nj3.xyz/blockgame_linux ``` Then compile from source via cmake after moving into the blockgame_linux directory. diff --git a/dedicated b/dedicated deleted file mode 100755 index 4825ea7..0000000 Binary files a/dedicated and /dev/null differ diff --git a/lib/libserver.a b/lib/libserver.a deleted file mode 100644 index ce10d9e..0000000 Binary files a/lib/libserver.a and /dev/null differ diff --git a/lib/libshared.a b/lib/libshared.a deleted file mode 100644 index 903445f..0000000 Binary files a/lib/libshared.a and /dev/null differ -- cgit v1.2.3