diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-01-14 03:50:44 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-01-14 03:50:44 +0100 |
commit | 8ec87cc5b2afb05fd94fe11f35e997f26804cfef (patch) | |
tree | f5269c1eeefc9748969deaf24f2e407959f2e2b7 | |
parent | cc7b56b179cf84364a270463a59aa7d6f74dd35b (diff) | |
download | lua-compat-5.3-8ec87cc5b2afb05fd94fe11f35e997f26804cfef.tar.gz lua-compat-5.3-8ec87cc5b2afb05fd94fe11f35e997f26804cfef.tar.bz2 lua-compat-5.3-8ec87cc5b2afb05fd94fe11f35e997f26804cfef.zip |
add gitignore file
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd6b40c --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,8 @@ | |||
1 | # generated files | ||
2 | *.so | ||
3 | *.dll | ||
4 | HISTO | ||
5 | |||
6 | # vim temporaries | ||
7 | .*.swp | ||
8 | |||