File: .gitignore

package info (click to toggle)
python-evdev 1.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 340 kB
  • sloc: python: 1,576; ansic: 607; makefile: 141
file content (23 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# --- Python ---
*.py[co]
*.egg
*.egg-info/
develop-eggs/
dist/
build/
dropin.cache
pip-log.txt
.installed.cfg
.coverage
tags
TAGS
evdev/*.so
evdev/ecodes.c
docs/_build
.#*
__pycache__
.pytest_cache

evdev/_ecodes.py
evdev/_input.py
evdev/_uinput.py