-
Notifications
You must be signed in to change notification settings - Fork 104
/
.gitignore
55 lines (49 loc) · 935 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
/build/
/src/pat
/lib/
/bin/
# Generated output
timeloop-output.pkl
timeloop-mapper.log
timeloop-mapper.stats.txt
timeloop-mapper.map+stats.xml
timeloop-mapper.map.txt
timeloop-mapper.map.cfg
timeloop-mapper.map.cpp
timeloop-mapper.map.yaml
timeloop-model.log
timeloop-model.stats.txt
timeloop-model.map+stats.xml
timeloop-model.map.txt
# an extra file that gets generated when running test
timeloop-model.map.cfg
### Common, non-project-specific generated files.
# Scons caches
.sconsign.dblite
# Temp files created by most text editors
*~
# vim swap files
.*.sw?
.sw?
# Merge files created by git
*.orig
# Compiled Python files
__pycache__/
*.py[cod]
# index files generated by ctags-like programs
tags
TAGS
GPATH
GRTAGS
GSYMS
GTAGS
# If using virtual environment for testing
venv
# Development container in VSCode
.devcontainer
.devcontainer.json
# MacOS-specific files.
.DS_Store
### Documentation
.doxygen-config.bak
docs/