boxidau / rax-autoscaler

Apache License 2.0
5 stars 2 forks source link

Cleanup un-needed files #49

Closed boxidau closed 9 years ago

boxidau commented 9 years ago

There are config files hanging around not in .gitignore that need to be removed

siso commented 9 years ago

Which one?

$ git clone git@github.com:boxidau/rax-autoscaler.git
Cloning into 'rax-autoscaler'...
remote: Counting objects: 329, done.
remote: Compressing objects: 100% (292/292), done.
remote: Total 329 (delta 178), reused 59 (delta 32)
Receiving objects: 100% (329/329), 63.00 KiB | 0 bytes/s, done.
Resolving deltas: 100% (178/178), done.
Checking connectivity... done.

12:16 $ git b
* devel

12:16 $ tree
.
├── LICENCE
├── Makefile
├── README.md
├── README.txt
├── config
│   ├── config-template.json
│   └── config.include
├── logging.conf
├── raxas
│   ├── __init__.py
│   ├── auth.py
│   ├── autoscale.py
│   ├── cloudmonitor.py
│   ├── colouredconsolehandler.py
│   ├── common.py
│   └── version.py
└── setup.py

2 directories, 15 files

Actually logging.conf should be in config.

boxidau commented 9 years ago

config -> config.include I'm also updating the .gitignore to exclude config.json and logging.log

siso commented 9 years ago

Good!