diff options
author | Haru <haru@dotalux.com> | 2013-07-14 15:09:41 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-07-14 15:09:41 +0200 |
commit | 9d3dbd508739b329931c951a7a5dab974adf4f54 (patch) | |
tree | 6e369affd410815563286733ed0b4120057dbff1 /.gitignore | |
parent | 77935f6b29ba3eb8b7070b147162a692ec1d343e (diff) | |
download | hercules-9d3dbd508739b329931c951a7a5dab974adf4f54.tar.gz hercules-9d3dbd508739b329931c951a7a5dab974adf4f54.tar.bz2 hercules-9d3dbd508739b329931c951a7a5dab974adf4f54.tar.xz hercules-9d3dbd508739b329931c951a7a5dab974adf4f54.zip |
Added autom4te.cache (autoconf) folder to .gitignore
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f9d56eb4a..d6731cd16 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ /*.suo /*.exp /*.lib +/autom4te.cache/ /start-log.txt /char-server /config.log |