diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-10-10 09:20:19 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-10-10 09:20:19 +0200 |
commit | 27dc1b130b88edd85a71688504696191fe76bca1 (patch) | |
tree | 173077834bb7cadc8b2bfd6b072b5df7bef79240 /.gitignore | |
parent | 17f56f385b6899206a38cf4e1885d19cbaf8bfc9 (diff) |
update .gitignore (crc*gen.[ch], some autotools stuff)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,8 @@ Makefile.in *.la *.pc aclocal.m4 +acinclude.m4 +aminclude.am m4/*.m4 autom4te.cache config.h* @@ -45,3 +47,6 @@ doc/core doc/vty doc/gsm doc/html.tar + +src/crc*gen.c +include/osmocom/core/crc*gen.h |