diff options
author | Matt Turner <mattst88@gmail.com> | 2012-10-10 18:14:41 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-10-10 18:14:41 -0700 |
commit | 8c859b7abeab137c463fee18702509774d2fc5fb (patch) | |
tree | e36f52e2865214397b2fda4e0ee4a3d72e045ee2 /.gitignore | |
parent | 47bd38383ee7027f68a6d68378704fdb70def0e0 (diff) |
Add .gitignore
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..098075e --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.h +config.h.in~ +config.log +config.status +configure +depcomp +install-sh +missing +.deps/ +src/complex-plane +stamp-h1 +*.o |