Remove garbage

This commit is contained in:
Emily Hudson 2020-06-26 18:18:48 +01:00
parent 9d17cf105d
commit 513dceb71a
16 changed files with 29629 additions and 29636 deletions

3
.gitignore vendored
View File

@ -615,4 +615,5 @@ gdb.txt
core
compile_commands.json
.cquery_cached_index
lib/
.vscode/

View File

@ -1,6 +0,0 @@
{
"files.associations": {
"*.txt": "plaintext",
"xiosbase": "c"
}
}

View File

@ -3,6 +3,5 @@
echo creating projects...
premake5 vs2017
premake5 export-compile-commands
echo finished.

View File

@ -1,6 +1,5 @@
echo creating projects...
./premake5 "gmake"
./premake5 "export-compile-commands"
echo finished.

Binary file not shown.

Binary file not shown.

Binary file not shown.