mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
ignore static library binaries in version control
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*.o
|
||||
*.so
|
||||
*.so.*
|
||||
*.a
|
||||
*.obj
|
||||
*.lib
|
||||
*.dll*
|
||||
|
Reference in New Issue
Block a user