aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-12 15:44:58 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-11-20 01:41:30 +0000
commitd63a44c2eca88bffbbe126071fd51cdc0aa76990 (patch)
treeb4a4f748911fadf6e2db24fddb303122f06732d9
parentafe5c29f0214b1cb00257c6d583653e0102bd350 (diff)
gitignore: add make/ and net/ (with exceptions)
Ignore all files and folders that get created when following the README and net/README instructions. Change-Id: I62277f973cc8f1ee61c5244c9d8cc75775c7cfd9
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c09c878..b6d7fe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,15 @@ __pycache__
tags
*.pyc
make-*
+make/*
src/*
!src/fetch-gerrit-patch.sh
!src/gits
!src/osmo-add-gerrit-hooks.sh
!src/README
+net/*
+!net/tmpl_*
+!net/config_2g3g
+!net/common_*
+!net/README
+!net/fill_config.py