mirror of
https://opendev.org/x/pyghmi
synced 2025-01-14 19:57:47 +00:00
1e6809fec9
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
19 lines
166 B
Plaintext
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
|