forked from nRF24/RF24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (55 loc) · 809 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
*.bak
*.o
.*.swp
*.orig
.swp
output/
ojam/
out/
16000000/
8000000/
out_native/
version.h
Session.vim
*.so
*.so.*
*.dylib
*.dylib.*
.DS_Store
Makefile.inc
utility/includes.h
!examples_linux/
examples_linux/*
!examples_linux/**/
!examples_linux/*.cpp
!examples_linux/*.py
!examples_linux/**/*.cpp
!examples_linux/Makefile
!examples_linux/**/Makefile
!examples_linux/CMakeLists.txt
.directory
.idea
docs/html/
docs/latex/
docs/*/xml/
docs/_build/
doxygenAction
.vscode/
__pycache__/
*env
*.pyc
*.egg*
build/
*CMakeUserPresets*.json
*.tar.gz
# Cmake build-in-source generated stuff
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
CMakeFiles
DEBIAN
cmake_install.cmake
compile_commands.json
utility/Makefile
# Makefile is modified when `cmake .` is run
# Makefile # preserve old/traditional build system