cyborg/.gitignore
songwenping ce88d4edc1 Add tags to .gitignore
When using ctags, it will provide a 'tags' file in the directory.
It should be added to .gitignore.

Change-Id: Iaffac082948745c1b9171834504234570b795065
2021-02-23 17:07:15 +08:00

40 lines
511 B
Plaintext

*.pyc
*.tox
*.retry
.coverage
.coverage.*
.venv
.stestr/
openstack_cyborg.egg-info
dist
tags
build/*
*.DS_Store
ChangeLog
#Autogenerated Documentation
doc/source/_static/cyborg.conf.sample
doc/source/_static/cyborg.policy.yaml.sample
# Sample profile
etc/cyborg/policy.json.sample
etc/cyborg/policy.yaml.sample
etc/cyborg/cyborg.conf.sample
.idea/*
.vscode/*
# Editors
*.sublime-workspace
*.swp
*.swo
doc/source/_static/*.sample
doc/build/*
doc/source/api/*
api-ref/build/*
cover
AUTHORS
Authors
ChangeLog