diff options
author | James Booth <boothj5@gmail.com> | 2016-08-02 22:54:34 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-08-02 22:54:34 +0100 |
commit | 7314a13248ffed9fe5257ceb775d52a61a61b2ac (patch) | |
tree | 7d0b3a35bc3bd40516b03605021d4780926e5fd7 /.gitignore | |
parent | 30e96b2d0f6cbda9065220b76dba0f6e90d59ef9 (diff) | |
download | profani-tty-7314a13248ffed9fe5257ceb775d52a61a61b2ac.tar.gz |
Update gitignore, added python API docs Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 43d70578..8486aba1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,8 +16,8 @@ compile_commands.json # autotools .libs/ -Makefile -Makefile.in +/Makefile +/Makefile.in _configs.sed aclocal.m4 autom4te.cache/ |