aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2011-03-03re-structure the OpenBSC directory layoutHarald Welte1-12/+11
The new structure divides the code into a number of libraries for the BSC core functionality, MSC core functionality, Abis transport, TRAU and other bits. This doesn't introduce any functional code change but simply moves around files and alters Makefile.am accordingly. Next step would be to disentangle a lot of the inter-library dependencies and make the individual bits of code more independent.
2011-01-14update gitignoreHarald Welte1-0/+2
2010-06-20add more executables to .gitignoreHarald Welte1-0/+3
2010-03-23automatically include program version and print it from vty and --versionHarald Welte1-0/+3
2010-01-03update .gitignoreSylvain Munaut1-0/+6
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-08-20[misc] Create a gitignore to ignore filesHolger Hans Peter Freyther1-0/+39
Make git status more useful. Ignore autoconf files, compiled artefacts, executables and test programs.