diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 19:28:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:07:08 +0100 |
commit | 655b527827fc2b64b374a1d29e884e92269e9cae (patch) | |
tree | 297d795ef625973990066bdc21f25c291596e8e8 /.gitignore | |
parent | d8a316514c03d85b771a9dce4a8a51b875d955b3 (diff) | |
download | sciteco-655b527827fc2b64b374a1d29e884e92269e9cae.tar.gz |
first working version of autotools based build-system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 24 insertions, 7 deletions
@@ -1,13 +1,30 @@ -# Generated code -gtk-info-popup*.[ch] -symbols-*.cpp - +# Autotools +/configure +/config.h +/config.h.in +/config.log +/config.status +/config +/aclocal.m4 +/autom4te.cache +/libtool +.deps/ +.libs/ +*.la +*.lo *.o -*.a *.exe -sciteco -sciteco-minimal +Makefile +Makefile.in +stamp-* +src/sciteco +src/sciteco-minimal + +# Generated code +src/gtk-info-popup*.[ch] +src/symbols-*.cpp +# Backups *~ # SciTECO save points .teco-*-* |