rpm-packaging/.gitignore
linbing 42f1a5ecc5 Update .gitignore to ignore out logs
When you have running tox -elint, it's will generate logs dir in the
project, It's useful to add logs in .gitignore to avoid logs to be
commited. And, when you have using pycharm to open this project, it's
will generate a hide dir .idea, so it's also needed to be ignore

Change-Id: Ia86897b5971703cb83c8b32d502ce955b8419ac0
2016-09-28 09:05:35 +08:00

14 lines
92 B
Plaintext

*.mo
*.pyc
*.spec
*.sqlite
*.swp
*~
.coverage
.testrepository
.tox
.venv
logs
.idea
AUTHORS