diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36d5c19 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +.deps +*.o +*.in +*.gcda +*.gcno +Makefile +stamp-h1 +/aclocal.m4 +/autom4te.cache +/compile +/config.* +/configure +/depcomp +/install-sh +/missing +/test-driver
\ No newline at end of file |
