-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
47 lines (43 loc) · 995 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
# Object/module files from compiling
src/*.o
src/*.mod
# Executable files
src/openqg
src/openqg-parallel
src/openqg-single
src/openqg-debug-parallel
src/openqg-debug-single
src/openqg-profile-parallel
src/openqg-profile-single
# Emacs backup files
*~
# Quickstart output directory
output/
# Document build artifacts
doc/openqg-guide/openqg.aux
doc/openqg-guide/openqg.log
doc/openqg-guide/openqg.out
doc/openqg-guide/openqg.pdf
doc/openqg-guide/openqg.pdfsync
doc/openqg-guide/openqg.toc
doc/CLIM3001/math.aux
doc/CLIM3001/math.log
doc/CLIM3001/math.nav
doc/CLIM3001/math.out
doc/CLIM3001/math.pdf
doc/CLIM3001/math.snm
doc/CLIM3001/math.toc
doc/CLIM3001/model.aux
doc/CLIM3001/model.log
doc/CLIM3001/model.nav
doc/CLIM3001/model.out
doc/CLIM3001/model.pdf
doc/CLIM3001/model.snm
doc/CLIM3001/model.toc
doc/CLIM3001/numerical.aux
doc/CLIM3001/numerical.log
doc/CLIM3001/numerical.nav
doc/CLIM3001/numerical.out
doc/CLIM3001/numerical.pdf
doc/CLIM3001/numerical.snm
doc/CLIM3001/numerical.toc