-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (49 loc) · 817 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
# Compiled files
*.bin
*.c
*-c
*-opencl
*/bin
Simplex Instance Generator/out/
Simplex Instance Generator/.idea/workspace.xml
# Test files
*actual*
*expected*
Futhark/generated_tests/
# Too big for github, have to compress
Futhark/tests/many_big_instances_1000_200_200.test
Futhark/tests/many_small_instances_5000_10_10.test
Futhark/tests/many_varying_instances_1000_150_150.test
Futhark/tests/one_big_instance_1_3000_3000.test
## Generated report
*.pdf
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
*.dvi
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
## tex beamer files
*.nav
*.snm
*.vrb
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync