diff options
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..074b667 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | Makefile | ||
| 2 | Makefile.in | ||
| 3 | *~ | ||
| 4 | *.lo | ||
| 5 | *.o | ||
| 6 | *.la | ||
| 7 | aclocal.m4 | ||
| 8 | configure | ||
| 9 | config.log | ||
| 10 | config.guess | ||
| 11 | config.status | ||
| 12 | config.sub | ||
| 13 | depcomp | ||
| 14 | install-sh | ||
| 15 | libtool | ||
| 16 | ltmain.sh | ||
| 17 | missing | ||
| 18 | .deps | ||
| 19 | .libs | ||
