Review at  https://gerrit.osmocom.org/7045

.gitignore: aggressively ignore everything

Currently, 'git status' shows an extremely long listing of all symlinks created
during 'make', which renders 'git status' essentially useless. If we
aggressively ignore everything, we will not be able to easily pick up added
files and likely forget to 'git add' them when committing, but we do get basic
'git status' usability. It does still show modified paths that are already
under version control, and adding new files doesn't really happen that often to
justify rendering 'status' completely unusable.

Background: .gitignore doesn't seem to work on symlinks, so we can't add a
concise ignore list.

Change-Id: If18921f245f2026df0a9b44b5f503fed08bb614a
---
M .gitignore
1 file changed, 15 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/45/7045/1

diff --git a/.gitignore b/.gitignore
index d8c3ab3..fdf8087 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,18 @@
 *.log
 *.so
 compile
+sysinfo
+sgsn
+selftest
+msc
+mgw
+lapdm
+gprs_gb
+ggsn_tests
+bts
+bsc
+bsc-nat
+M3UA_CNL113537/src
+MTP3asp_CNL113337/src
+SCCP_CNL113341/src
+library/library

-- 
To view, visit https://gerrit.osmocom.org/7045
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If18921f245f2026df0a9b44b5f503fed08bb614a
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to