-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
60 lines (56 loc) · 1.3 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
build/
build-code/
build/coverage/
buildLinux/
Install/
install/
installLinux/
version.h
*.log
*.orig
DicoKeys.*
tests/**/resultsTestsTmp/**
results/
myEnvDFL.sh
sources/Common/include/*_keys.h
sources/Common/src/*_keys.cpp
sources/Common/*_keys.h
sources/Common/*_keys.cpp
sources/gitversion_dfl.h*
documentation/*.aux
documentation/*.log
documentation/*.nlo
documentation/*.out
documentation/*.pdf
documentation/*/*.aux
documentation/*/*.log
documentation/*/*.nlo
documentation/*/*.out
documentation/*/*.pdf
documentation/*/*.toc
documentation/*/*.synctex.gz
documentation/licenses/*/*.aux
documentation/licenses/*/*.log
documentation/licenses/*/*.nlo
documentation/licenses/*/*.out
documentation/licenses/*/*.pdf
documentation/dynaflowLauncherDocumentation
dictionaries_mapping.dic
__pycache__
3rdParty/mpich
.gitignore_local
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
# !.vscode/tasks.json
!.vscode/launch.json
# !.vscode/extensions.json
*.code-workspace
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
cpplint/1.4.4.tar.gz
cpplint/cpplint.py