diff options
author | James Booth <boothj5@gmail.com> | 2012-07-01 14:52:45 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-07-01 14:52:45 +0100 |
commit | 2655d9e8fad38acd4ce7388c0ba3eaaa976d6940 (patch) | |
tree | 91f91f42d6ec489b4b0572cc248344e7b3f55efc /.gitignore | |
parent | 30ca6cac3d7f86e4a43410ba361793cd99d97a10 (diff) | |
download | profani-tty-2655d9e8fad38acd4ce7388c0ba3eaaa976d6940.tar.gz |
Moved config.h to source folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index e5c765ae..46201620 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,8 @@ Makefile Makefile.in aclocal.m4 autom4te.cache/ -config.h -config.h.in +src/config.h +src/config.h.in config.status configure configure.scan |