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
This commit is contained in:
Oliver Smith 2018-11-12 15:44:58 +01:00 committed by Neels Hofmeyr
parent afe5c29f02
commit d63a44c2ec
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -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