gitignore: remove unnecessary entries

Remove lua, luac, and *.so. The Lua executables aren't built anymore
so we don't need these in the gitignore any longer, and therefore we
won't need the external gitignore either.
This commit is contained in:
Jeremy Baxter 2024-03-25 09:40:08 +13:00
parent 0aa68af3d7
commit b7ea19b167
2 changed files with 0 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,10 +1,7 @@
csto csto
lua
luac
*.a *.a
*.o *.o
*.so
result result
config.mk config.mk

1
external/.gitignore vendored
View file

@ -1 +0,0 @@
!lua