diff options
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4f353fe4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# files created by autoreconf +Makefile.in +aclocal.m4 +autom4te.cache +config.h.in +configure +depcomp +install-sh +missing + +# files created by configure +Makefile +config.h +config.log +config.status +src/.deps +stamp-h1 + +# files created during build +*.o +src/tmw |