diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-09-16 23:46:03 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-09-16 23:46:03 +0200 |
commit | 7513ffa07e1c26dd3190d648416ffd580619af68 (patch) | |
tree | 6b72008b769c9ed1f0a58abc3eb7762e7b8a33d0 | |
parent | 47486ecd65b59a1d447c37a74bc3c56305067d44 (diff) |
misc: Ignore various files of Openmoko GSMD
-rw-r--r-- | .gitignore | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -2,6 +2,7 @@ *.lo *.a *.la +*.sw? Makefile Makefile.in core @@ -10,4 +11,23 @@ gsmd-version.h .libs src/gsmd/gsmd -util/libgsmd-tool +src/util/libgsmd-tool +src/util/cell_log +src/util/gps_fwd + + +# autotools related +aclocal.m4 +autom4te.cache/ +compile +config.* +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 + +libgsmd.pc + |