diff options
| author | jussi | 2023-10-15 18:54:19 +0300 |
|---|---|---|
| committer | jussi | 2023-10-15 18:54:19 +0300 |
| commit | 7af7e7003131e182efb30bac8c1ff06ac1d667d6 (patch) | |
| tree | ebc0d3dec4255165da0c67853213664b5e1d8e36 /lib/.gitignore | |
| parent | c3352b8ed7becfef5a175f763241d77afdf24b02 (diff) | |
| download | reilua-enhanced-7af7e7003131e182efb30bac8c1ff06ac1d667d6.tar.gz reilua-enhanced-7af7e7003131e182efb30bac8c1ff06ac1d667d6.tar.bz2 reilua-enhanced-7af7e7003131e182efb30bac8c1ff06ac1d667d6.zip | |
Renamed start, end arguments to a, b to avoid using Lua keyword end in argument names.
Diffstat (limited to 'lib/.gitignore')
| -rw-r--r-- | lib/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 94acff4..f59ec20 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,3 +1 @@ -liblua.a -libluajit.a -libraylib.a
\ No newline at end of file +*
\ No newline at end of file |
