Cleanup .gitignore and remove refstack.cfg
Cleanup .gitignore file and sort it in alfabetical order. Remove unused refstack.cfg file. Change-Id: I3aebb5c58a8fdf4fa4da5f68763ba8db9883d336
This commit is contained in:
parent
7fb956b8dd
commit
bc1c92505b
67
.gitignore
vendored
67
.gitignore
vendored
@ -1,61 +1,10 @@
|
|||||||
|
*.egg*
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
||||||
# C extensions
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Packages
|
|
||||||
*.egg
|
|
||||||
*.egg-info
|
|
||||||
ChangeLog
|
|
||||||
AUTHORS
|
|
||||||
dist
|
|
||||||
build
|
|
||||||
eggs
|
|
||||||
parts
|
|
||||||
bin
|
|
||||||
var
|
|
||||||
sdist
|
|
||||||
develop-eggs
|
|
||||||
.installed.cfg
|
|
||||||
lib
|
|
||||||
lib64
|
|
||||||
|
|
||||||
# Installer logs
|
|
||||||
pip-log.txt
|
|
||||||
|
|
||||||
# Unit test / coverage reports
|
|
||||||
.coverage
|
.coverage
|
||||||
.tox
|
.testrepository/
|
||||||
nosetests.xml
|
.tox/
|
||||||
|
.venv/
|
||||||
# Translations
|
AUTHORS
|
||||||
*.mo
|
ChangeLog
|
||||||
|
build/
|
||||||
# Mr Developer
|
dist
|
||||||
.mr.developer.cfg
|
|
||||||
.project
|
|
||||||
.pydevproject
|
|
||||||
|
|
||||||
*.db
|
|
||||||
*.DS_Store
|
|
||||||
manifest.yml
|
|
||||||
refstack/localmodels.py
|
|
||||||
|
|
||||||
refstack/common/debug.py
|
|
||||||
|
|
||||||
refstack/client/.testrepository/format
|
|
||||||
|
|
||||||
refstack/client/.testrepository/next-stream
|
|
||||||
|
|
||||||
refstack/client/.smbdeleteAAA06c94.4
|
|
||||||
|
|
||||||
scripts/members_sponsors_20131030.csv
|
|
||||||
|
|
||||||
refstack/client/.smbdeleteAAA9ef44.4
|
|
||||||
|
|
||||||
openid/*
|
|
||||||
|
|
||||||
db.sqlite
|
|
||||||
|
|
||||||
# Don't include Credentials if in local directory
|
|
||||||
openrc.sh
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
# gearman config
|
|
||||||
GEARMAN_SERVER = "localhost"
|
|
||||||
GEARMAN_PORT = 4730
|
|
Loading…
Reference in New Issue
Block a user