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:
parent
0aa68af3d7
commit
b7ea19b167
2 changed files with 0 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,10 +1,7 @@
|
|||
csto
|
||||
lua
|
||||
luac
|
||||
|
||||
*.a
|
||||
*.o
|
||||
*.so
|
||||
result
|
||||
|
||||
config.mk
|
||||
|
|
1
external/.gitignore
vendored
1
external/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
!lua
|
Loading…
Add table
Add a link
Reference in a new issue