-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
80 lines (64 loc) · 889 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
syntax: glob
*.local
makefiles/local.mk
# Editors
.idea/
*.sublime*
# GTAGS
.tags
*.jpeg
*.jpg
*.pdf
*.txt
*.bc
*.ll
*.d
*.o
*.so
*.lo
*.so.*
*.debug
*.out
*.asm
*.exe
*.a
*.pyc
*.log
*.err
*.fuse*
nops.c
# LaTeX
*.bbl
*.blg
*.synctex.gz
*.aux
*.fls
*.fdb_latexmk
# == Project ==
# ignore parsec_libs files that Automake creates
src/parsec_libs/glib/src/*
src/parsec_libs/gsl/src/*
src/parsec_libs/libjpeg/src/*
src/parsec_libs/libxml2/src/*
src/parsec_libs/mesa/src/*
src/parsec_libs/mesa/X11
src/parsec_libs/ssl/src/*
src/parsec_libs/zlib/src/*
# working directories
build/*
bin/*
*/build/*
*/results/*
tmp/*
results/*
*/input/*
# shared directory for Docker
data*/*
data/
mng
!scripts/mng
# re-enable pdfs in the papers
!publications/memory_protection_survey/figures/*.pdf
!raw_results/*.log
# ignore statistics - it is changed each time a plot is generated
*.stats.csv