-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.gitignore
86 lines (78 loc) · 982 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
*~
Aulas.pdf
2013/emails.txt
2013/additional_material/lecture4/example_*
# sheet 1
CdeCock.pdf
Exercice1.gwenael.laurent.pdf
Exercise1-Pilar-Cano.pdf
Jan.Fiser.Sheet1.pdf
SHEET1_IreneParada.pdf
Sheet1_problem_EBurjons
Sheet1_problem_EBurjons.pdf
sheet1.arnau.planas.pdf
signed.sheet1.arnau.planas.pdf
sheet1_quentin_pergeline.pdf2
# sheet 2
CdeCock_HW2.pdf
code.zip
Sheet2_problems_EBurjons.pdf
Sheet2_problems_EBurjons.pdf.gpg
Pilar_Cano.zip
SHEET2_IreneParada.pdf
Readme.txt
TestChi.sage
sheet2_claramateo.pdf
JanFiserSheet2.pdf
# code
Makefile
build.x86_64
configure.pl.template
include
polymake.ext
# c++ ignores
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# latex ignores
*.acn
*.acr
*.alg
*.aux
*.bbl
*.blg
*.brf
*.dvi
*.fdb_latexmk
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc
*.mtc0
*.nav
*.nlo
*.out
*.pdfsync
*.ps
*.snm
*.synctex.gz
*.toc
*.vrb
*.xdy
*.tdo