xxh/.gitignore

26 lines
218 B
Text
Raw Normal View History

2020-02-08 21:57:47 +00:00
*.pyc
*.out
*.xcf
*.egg
.eggs/
.pytest_cache/
build/
dist/
xonssh_xxh.egg-info/
venv/
# temporary files from vim and emacs
*~
*#
.#*
*.swp
*.swo
# Editor project files
*.komodo*
.cache
.idea
.vscode/
# Mac
.DS_Store