[PATCH 1/2] Ignore build byproducts

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Max max.suraev at fairwaves.co
Mon Oct 13 18:36:02 UTC 2014


Signed-off-by: Max <max.suraev at fairwaves.co>
---
 .gitignore | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0e0e704
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+.deps/
+.libs/
+*.lo
+*.la
+*.o
+osmo-trx
+CommonLibs/*Test
+Transceiver52M/osmo-trx-options.c
+Transceiver52M/osmo-trx-options.h
+Transceiver52M/osmo-trx.ggo~
+aclocal.m4
+autom4te.cache/
+missing
+ltmain.sh
+install-sh
+depcomp
+configure
+config/
+compile
+libtool
+stamp-h1
+config.guess
+config.h.in
+config.status
+config.log
+config.h
+config.sub
+Makefile
+Makefile.in
-- 
1.9.1





More information about the OpenBSC mailing list