forked from robotpy/robotpy-wpilib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (52 loc) · 890 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
*.py[cod]
__pycache__
*.egg-info
.venv
.coverage
htmlcov
*,cover
.cache
.pytest_cache/
build
dist
MANIFEST
# Doc-related stuffs
/docs/_build
/docs/_sidebar.rst.inc
/docs/wpilib.rst
/docs/wpilib
/docs/wpilib.buttons.rst
/docs/wpilib.buttons
/docs/wpilib.command.rst
/docs/wpilib.command
/docs/wpilib.drive.rst
/docs/wpilib.drive
/docs/wpilib.interfaces
/docs/wpilib.interfaces.rst
/docs/wpilib.shuffleboard
/docs/wpilib.shuffleboard.rst
version.py
# Eclipse project files
.project
.pydevproject
.settings
# Installer files
/installer/pip_cache
/installer/opkg_cache
/installer/.installer_config
/installer/win32/*.exe
#PyCharm Project files
*.iml
.idea/*
.pycharmproject
#Java parser output
lextab.py
parser.out
parsetab.py
# Downloaded libHALAthena
/hal-roborio/hal_impl/libwpiHal.so
/hal-roborio/hal_impl/libwpiutil.so
/wpilib/tests/__hal__
# deploy files
.deploy_cfg
.DS_Store