2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-14 19:57:47 +00:00
pyghmi/.gitignore
Lucas Alvares Gomes 1e6809fec9 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
2016-11-30 17:02:33 +00:00

19 lines
166 B
Plaintext

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