forked from jbengtsson/thor-scsi-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
92 lines (74 loc) · 1.03 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Emacs backup files
*~
# tracy parser output
*.lax
# Graveyard files: better to remove
thor/src/obsolete/
# Compiled files.
*.o
*.a
# Libraries
*.so
*.a
# libtool files
libtool
# Files generated by the build system.
Makefile.in
Makefile
autom4te.cache
stamp-h1
configure
config.h.in
config.h
config.status
config.log
aclocal.m4
config/
*.Po
*.*~
libtool
m4/
.deps
tracy_lib.lo
*.lo
*.la
# Fortran modules
TPSA/*.mod
# Command, data and graphics files.
in
out
bin
max_iv
sls-2
*.out
*.dat
*.eps
*.ps
*.pdf
*.png
*.gif
*.log
# Python dist
dist/
# Python build
build/
libtracy.*
# Files required to be doubled by python build process
python/README.rst
# Byte-compiled / optimized / DLL files
**/__pycache__/
*.py[cod]
# Documentation: automatically generated files
# docs/Doxygen/gen_docs/
# docs/Doxygen/xml/
# docs/Doxygen/latex/
# docs/Sphinx/api/
# docs/Sphinx/source
docs/source/_doxygen
docs/source/api
# Documentation test environment
doc_test/docs/source/_doxygen
doc_test/docs/source/api
# poetry files
poetry.lock
# Doc test tree