-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (59 loc) · 785 Bytes
/
.gitignore
File metadata and controls
65 lines (59 loc) · 785 Bytes
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
/doc/chap*.html
/doc/chap*.txt
/doc/*.css
/doc/*.js
/doc/chooser.html
/doc/*.aux
/doc/*.bbl
/doc/*.blg
/doc/*.brf
/doc/*.idx
/doc/*.ilg
/doc/*.ind
/doc/*.lab
/doc/*.log
/doc/*.out
/doc/*.pnr
/doc/*.six
/doc/*.tex
/doc/*.toc
/doc/manual.pdf
/doc/PackageManager.xml
/doc/_*.xml
/doc/title.xml
/log/fail.log
.deps/
.dirstamp
.libs/
/aclocal.m4
/autom4te.cache/
/bin/
/config.log
/config.status
/configure
/lib/
/libtool
/cnf/dd
/cnf/ar-lib
/cnf/compile
/cnf/config.guess
/cnf/config.sub
/cnf/depcomp
/cnf/install-sh
/cnf/ltmain.sh
/cnf/missing
/cnf/pkgconfig.h.in
/cnf/m4/libtool.m4
/cnf/m4/ltoptions.m4
/cnf/m4/ltsugar.m4
/cnf/m4/ltversion.m4
/cnf/m4/lt~obsolete.m4
/Makefile
/Makefile.in
/src/pkgconfig.h
/src/stamp-h1
*.la
src/*.lo
/tmp/
/gh-pages/
notebooks/.ipynb_checkpoints/