diff options
author | Starla Insigna <starla4444@gmail.com> | 2013-08-25 17:07:35 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2013-08-25 17:07:35 -0400 |
commit | d47da18958b5214def5127e201f60668c566d9bb (patch) | |
tree | 00751c11ff7d44c9e8bd56e0f4c670bb337095aa /.hgignore | |
parent | 387685d34e6c4ebee776a700a01fed4df05446be (diff) | |
download | mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.gz mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.bz2 mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.zip |
Moved to an autoconf-based build system
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore index d76b74e..85018a3 100644 --- a/.hgignore +++ b/.hgignore | |||
@@ -1,2 +1,13 @@ | |||
1 | build | ||
2 | .DS_Store | 1 | .DS_Store |
2 | (.*)\.o | ||
3 | Makefile.in | ||
4 | aclocal.m4 | ||
5 | autom4te.cache | ||
6 | configure | ||
7 | .deps | ||
8 | config.log | ||
9 | config.status | ||
10 | missing | ||
11 | install-sh | ||
12 | depcomp | ||
13 | mazeoflife | ||