-
Notifications
You must be signed in to change notification settings - Fork 68
/
.gitignore
74 lines (66 loc) · 1.06 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
# binaries
*.a
*.so
*.so.*
/demo/demo
# NetBeans Project
nbproject
# IDEA-based IDE project
.idea/
# VSCode
.vscode/
# build configuration autogenerated files
/build
/coverage
/output
*.swp
CMakeFiles/
CMakeTmp/
CMakeCache.txt
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
cmake_install.cmake
install_manifest.txt
_CPack_Packages/
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
Testing/
/include_public/anjay/anjay_config.h
posix-config.h
anjay-*.cmake
Doxyfile
/doc/sphinx/source/conf.py
tests/integration/run_tests.sh
tests/integration/framework/nsh-lwm2m/pymbedtls/build/
# other
Makefile
*.log
*.gcda
*.gcno
*.gcov
*~
tags
.ycm_extra_conf.py
.ycm_extra_conf.pyc
/tests/codegen/*.c
/tests/codegen/*.cpp
/tests/integration/build
__pycache__/
.gdb_history
*.orig
*.egg-info
*.pyc
*.cache
/tests/integration/framework/nsh-lwm2m/coap/pymbedtls*
compile_commands.json
/avs_commons/install
/doc/sphinx/build
/doc/sphinx/html
/doc/doxygen
/doc/sphinx/source/.doctrees
!/doc/sphinx/Makefile
# built tutorials
examples/*-build
# Anjay persistence files
*-persistence.dat