-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
59 lines (59 loc) · 1.11 KB
/
.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
coverage_report
test/bindings/wasm/node_modules/
**/node_modules/
**/package-lock.json
c/src/init/autoregister.h
Testing*
wasm/test/in3
.in3
build*/
_build
**/.vscode/ipch/
**/.DS_Store
/.metadata/
/build.gradle
.DS_Store
/RemoteSystemsTempFiles/
cmake-build-debug/
.vscode/
.idea/
.settings/
# Vim
swift/.swiftpm/
python/htmlcov
wasm/test/.nyc_output
wasm/test/coverage
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
.gradle/
bin/
.classpath
.project
*.class
python/**/*.pyc
target/
.cproject
.overcommit.yml
c/src/third-party/hidapi/config*
c/src/third-party/hidapi/autom4te.cache/*
c/src/third-party/hidapi/m4/*
c/src/third-party/hidapi/install-sh
c/src/third-party/hidapi/ltmain.sh
c/src/third-party/hidapi/testgui/*
c/src/third-party/hidapi/ar-lib
c/src/third-party/hidapi/*/Makefile.in
c/src/third-party/hidapi/Makefile.in
c/src/third-party/hidapi/missing
c/src/third-party/hidapi/depcomp
c/src/third-party/hidapi/compile
c/src/third-party/hidapi/aclocal.m4
c/examples/CMakeLists.txt
c/.clang-format
swift/**/.DS_Store
swift/**/.build
swift/**/Packages
swift/**/*.xcodeproj
swift/**/xcuserdata/