-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
55 lines (55 loc) · 1.21 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
#==============================================================================
# Copyright (c) 2016-present Allan CORNET (Nelson)
#==============================================================================
# This file is released under the 3-clause BSD license. See COPYING-BSD.
#=============================================================================
# module_skeleton
#==============================================================================
*.settings
*.qmlc
*.jsc
*.user
*.opensdf
*.dll
*.so
*.dylib
*.sdf
*.bak
*.exp
*.ilk
*.lib
*.pdb
*.exe
*.lastcodeanalysissucceeded
*.psess
*.inspxe
*.suo
*.tlog
*.orig
*.tmp
*.cppcheck
.vscode
#==============================================================================
builtin/CMakeCache.txt
builtin/CMakeFiles/
builtin/CMakeLists.txt
builtin/Makefile
builtin/*.manifest
builtin/cleaner.m
builtin/cmake_install.cmake
builtin/loader.m
builtin/unloader.m
builtin/cpp/Gateway.cpp
help/en_US/org.nelson.modules.*.help.qch
src/CMakeCache.txt
src/*.manifest
src/CMakeFiles/
src/CMakeLists.txt
src/Makefile
src/cleaner.m
src/cmake_install.cmake
src/loader.m
src/unloader.m
loader.m
module-lock.json
#==============================================================================