diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -28,3 +28,17 @@ installer/velox-*.conf *~ \#*\# .\#* + +# --- elisp ruleset --- +githooks/ +*.elc +*.eln + +# --- python ruleset --- +__pycache__/ +*.pyc +*.pyo +.coverage +coverage.json +htmlcov/ +.pytest_cache/ |
