diff options
author | moteus <mimir@newmail.ru> | 2013-05-28 14:06:18 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-05-28 14:06:18 +0400 |
commit | 5167ddaf499cf198b10208a2f76c27629e99ae1b (patch) | |
tree | 193b3a7199ad5b0cfbe8a0d02e5fa469394608b6 /.gitignore | |
parent | 45ff0e17753201f4c42c714fdc28898c73e59eb9 (diff) | |
parent | 2d51d6168874cdb2b72ee4f56f414d9a9a9d92e5 (diff) | |
download | luasocket-5167ddaf499cf198b10208a2f76c27629e99ae1b.tar.gz luasocket-5167ddaf499cf198b10208a2f76c27629e99ae1b.tar.bz2 luasocket-5167ddaf499cf198b10208a2f76c27629e99ae1b.zip |
Merge branch 'unstable' of git://github.com/diegonehab/luasocket into moteus-lua52
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,4 +1,16 @@ | |||
1 | *.o | 1 | *.o |
2 | *.so | 2 | *.so |
3 | *.so.* | 3 | *.so.* |
4 | *.obj | ||
5 | *.lib | ||
6 | *.dll* | ||
7 | *.user | ||
8 | *.sdf | ||
9 | Lua.props | ||
10 | Debug | ||
11 | Release | ||
12 | *.manifest | ||
13 | *.swp | ||
14 | *.suo | ||
15 | x64 | ||
4 | 16 | ||