-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (60 loc) · 1.75 KB
/
.gitignore
File metadata and controls
65 lines (60 loc) · 1.75 KB
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
# build artifacts and executables
# /sipnet instead of just sipnet to NOT ignore test dirs
**/*.o
**/*.a
/sipnet
.doxygen.stamp
.mkdocs.stamp
_codeql_build_dir/
_codeql_detected_source_root
# documentation
docs/api
docs/latex
docs/html
# Test files
tests/sipnet/*/*
!tests/sipnet/*/*/
!tests/sipnet/*/*.c
!tests/sipnet/*/*.h
!tests/sipnet/*/*.in
!tests/sipnet/*/*.out
!tests/sipnet/*/*.clim
!tests/sipnet/*/*.param
!**/.clang-tidy
# But exclude generated test outputs
tests/sipnet/*/events.out
tests/sipnet/*/sipnet.out
tests/sipnet/*/sipnet.config
# test_restart_infrastructure generated files (by mock_state and test runs)
tests/sipnet/test_restart_infrastructure/restart.clim
tests/sipnet/test_restart_infrastructure/bad_code/context.h.flag
tests/sipnet/test_restart_infrastructure/bad_code/state.h.envi
tests/sipnet/test_restart_infrastructure/run.clim
tests/sipnet/test_restart_infrastructure/run.param
tests/sipnet/test_restart_infrastructure/events.in
tests/sipnet/test_restart_infrastructure/run.out
tests/sipnet/test_restart_infrastructure/continuous.out
tests/sipnet/test_restart_infrastructure/seg1.out
tests/sipnet/test_restart_infrastructure/seg2.out
tests/sipnet/test_restart_infrastructure/segmented_joined.out
tests/sipnet/test_restart_infrastructure/restart.out
tests/sipnet/test_restart_infrastructure/events_segment1.out
tests/sipnet/test_restart_infrastructure/custom_events.in
tests/sipnet/test_restart_infrastructure/custom_events.out
# test_sipnet_infrastructure generated files
tests/sipnet/test_sipnet_infrastructure/format_check.out
# sipnet-tools artifacts
sipnet_tools.egg-info/
tools/__pycache__/
# System-specific files
.DS_Store
.Rproj.user
.Rhistory
src/sipnet/.vscode/*
cmake-build-debug-gcc/
.vscode/
# Temporary and backup files
*.bak
*~
*.tmp
/tmp/