diff options
| -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 | ||
