-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
88 lines (80 loc) · 1.02 KB
/
.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
87
# gitignore - dev branch
# binaries
*.o
*.a
*.so
*.dylib
examples/ex_fit
examples/ex_getmat
examples/ex_io
examples/ex_mat
examples/ex_min
examples/ex_rand
examples/ex_rand.seed
examples/ex_plot
examples/ex_plot_save/*
examples/ex_stat
utils/latan_create_rg_state
utils/latan_get_mass
utils/latan_info
utils/latan_mat_bench
utils/latan_rs_add
utils/latan_rs_adds
utils/latan_rs_mul
utils/latan_rs_muls
utils/latan_rs_sub
utils/latan_rs_div
utils/latan_rs_sqrt
utils/latan_rs_read
# Apple stuffs
*.xcodeproj
build/*
.DS_Store
# NetBeans
latanalyze-Makefile.mk
nbproject/*
.dep.inc
# VIM
*.swp
# debug
*.dSYM
# doc
doc/*.pdf
doc/*.html
doc/*.info
doc/*.aux
doc/*.cp
doc/*.cps
doc/*.fn
doc/*.fns
doc/*.ky
doc/*.log
doc/*.pg
doc/*.toc
doc/*.tp
doc/*.tps
doc/*.vr
doc/*.vrs
# autotools
*.la
*.lo
*.Plo
autom4te.cache/*
config.h*
Makefile.in
Makefile
configure
libtool
.buildutils/m4/*
.buildutils/*
latan/.libs/*
latan/.deps/*
examples/.deps/*
examples/.libs/*
utils/.deps/*
utils/.libs/*
aclocal.m4
config.log
config.status
stamp-h1
myconfig.sh