diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-05-31 10:19:47 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-05-31 10:19:47 +0200 |
commit | fbea3906af1c19cfca6fa9a599905a0c7c0bd354 (patch) | |
tree | f6528555795d3ca562cfde41618c956fa679a9a4 /.gitignore |
osmo-pcap: Start with the autoconf/automake skeleton for this project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87b6464 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.o +*.a +.deps +Makefile +Makefile.in +*.*~ +*.sw? + +#configure +aclocal.m4 +autom4te.cache/ +config.log +config.status +configure +depcomp +install-sh +missing +stamp-h1 + +# git-version-gen magic +.tarball-version +.version + + |