-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
68 lines (54 loc) · 846 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
56
57
58
59
60
61
62
63
64
65
*.DS_Store
*.pyc
build/*
build_no_py/*
lib/*
*.dat
*.swp
*.swo
*~
*#
*.pdf
*.log
*.aux
*.#*
*.c3
*.svg
*.so
*.a
doc/html/*
doc/latex/*
doc/c3doc/*
doc/*
# src/lib_funcs/legpolytens/legtens.h
src/TAGS
bin/*
benchmarks/fastmkron/bin/*
benchmarks/dmrgprod/bin/*
benchmarks/dmrgprod/dat/*
benchmarks/qrdecomp/bin/*
benchmarks/scalardiffusion/dat/*
benchmarks/scalardiffusion/bin/*
benchmarks/linelmconv/bin/*
*.desktop
profiling/regress/all_in_one/cache_performance.txt
*.c3
fileheaders.txt
update_file_headers.py
add_license_split.py
profiling/regress/*/*.c3
profiling/regress/bin/*
profiling/regress/*/*.txt
wrappers/python/build*
wrappers/python/c3swig/c3.py
wrappers/python/c3swig/c3_wrap.c
wrappers/python/callback/build*
wrappers/python/c3.py
wrappers/python/c3_wrap.c
fly*
*.desktop
c3_builded*
c3/CMakeFile*
/dist/
*egg*
dist/*