diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2019-09-14 19:51:37 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2019-09-14 19:51:37 +0200 |
commit | 1b0c8fb53a4f3335dc9132e4beabe6602f682ea5 (patch) | |
tree | fd1c70e8ec56e61019c8720f127146c710867d68 /.gitignore | |
parent | fa84dfb895d5f3965b2c791b477a1dcc6b4eef7b (diff) | |
download | demoscene-eo-1b0c8fb53a4f3335dc9132e4beabe6602f682ea5.tar.gz demoscene-eo-1b0c8fb53a4f3335dc9132e4beabe6602f682ea5.tar.bz2 demoscene-eo-1b0c8fb53a4f3335dc9132e4beabe6602f682ea5.zip |
Use autotools instead of hand-written Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1 +1,28 @@ demoscene-eo +*.la +*.lo +*.o +*~ +.deps +.libs +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +autoscan.log +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +m4/*.m4 +missing +obj* +stamp-* |