-
Notifications
You must be signed in to change notification settings - Fork 31
/
.gitignore
84 lines (71 loc) · 1.01 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
*~
*.swp
*.swo
*.a
*.o
.DS_Store
.deps
.phutil_module_cache
.gdb_history
.gdb_out
.gdb_cmds
cscope.out
coverage
# Brew
Brewfile.lock.json
# CMake
CMakeScripts
Makefile
CMakeCache.txt
CMakeFiles
cmake_install.cmake
xp/build/cmake
# Visual Studio
.vs
.vscode
# Xcode
xcuserdata/
*.xccheckout
*.xcscmblueprint
*.framework.zip
# Python
.python-version
*.pyc
.eggs
*.egg
.pytest_cache
*.egg-info
.cache
# Node
node_modules
# Ruby
.ruby-version
settings.json
install
# Apple
platform/apple/build
platform/apple/output
# Mynewt
platform/mynewt/apps/skeleton/bin
platform/mynewt/apps/skeleton/obj
platform/mynewt/apps/skeleton/repos
platform/mynewt/apps/gg-tool/bin
platform/mynewt/apps/gg-tool/obj
platform/mynewt/apps/gg-tool/repos
project.state
.app.db
.app
# Carthage
Carthage
# iOS
.swift-version
# XCode/CMake generated files
xp/build/generated/**
!xp/build/generated/README.txt
platform/apple/xp/generated/xp/**
platform/esp32/gg_peripheral/build
# Docs
docs/src/api/doxygen
docs/src/api/javadoc
docs/doxygen
docs/site