File: .gitignore

package info (click to toggle)
python-evdev 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 384 kB
  • sloc: python: 1,706; ansic: 759; makefile: 142
file content (24 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# --- 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
evdev/iprops.c
docs/_build
.#*
__pycache__
.pytest_cache

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