diff options
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f9f5f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +Makefile.in + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing +/stamp-h1 +src/.dirstamp +config.log +config.status +src/*.o +src/.deps +Makefile |
