2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-27 19:37:44 +00:00

Improve .gitignore

This patch is improving the .gitignore files to not track things like:
Python compiled code, Python eggs, VIM swap/backup files, etc...

Change-Id: I2b82d0a54c2584f5a5f7e8792ea8c71aaba48183
This commit is contained in:
Lucas Alvares Gomes 2016-11-30 17:02:33 +00:00
parent 4fcc75899e
commit 1e6809fec9

17
.gitignore vendored
View File

@ -1,5 +1,18 @@
# Compiled python files
*.py[co]
# Editors
.*.sw[klmop]
*~
# Packages/installer info
*.egg[s]
*.egg-info
dist
sdist
# Other
.testrepository
AUTHORS
ChangeLog
dist/
python_ipmi.egg-info/
.tox