diff options
author | daurnimator <quae@daurnimator.com> | 2017-09-03 19:55:54 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-09-03 19:55:54 +1000 |
commit | 40e76e4283e69c13da9cf6cdf4290036e3c247d7 (patch) | |
tree | fcd333550f9d5f31d87e959ca240d69de54165ac | |
parent | 492d8ee49823d46cea4ec211a2cbc7c6989285b3 (diff) | |
download | luaossl-40e76e4283e69c13da9cf6cdf4290036e3c247d7.tar.gz luaossl-40e76e4283e69c13da9cf6cdf4290036e3c247d7.tar.bz2 luaossl-40e76e4283e69c13da9cf6cdf4290036e3c247d7.zip |
Add .gitignore file
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7708b75 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,10 @@ | |||
1 | *.o | ||
2 | *.so | ||
3 | *.rockspec | ||
4 | *.rock | ||
5 | config.h | ||
6 | doc/*.aux | ||
7 | doc/*.idx | ||
8 | doc/*.log | ||
9 | doc/*.toc | ||
10 | doc/*.out | ||