forked from dagargo/elektroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
79 lines (79 loc) · 1.01 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
/autom4te.cache/
/config/
Makefile
Makefile.in
aclocal.m4
app.info
compile
config.h
config.h.in
config.log
config.status
configure
configure.scan
coverage_report
depcomp
install-sh
libtool
m4
missing
stamp-h1
test-driver
*~
*.log
*.o
*.la
*.so*
*.a
.deps
*.tar*
*.zip
*.lo
*.gcno
*.gcda
.dirstamp
src/elektroid
src/elektroid-cli
src/*.exe
src/.libs
src/*~
test/*.log
test/*.trs
test/*.exe
test/.libs
test/integration/*.trs
test/tests_scala
test/tests_common
test/tests_microfreak
config.guess
config.sub
ltmain.sh
ABOUT-NLS
config.rpath
po/Makefile.in.in
po/Makevars.template
po/POTFILES
po/Rules-quot
po/boldquot.sed
po/*.gmo
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sin
po/stamp-po
po/remove-potcdate.sed
debian/.debhelper/
debian/autoreconf.after
debian/autoreconf.before
debian/debhelper-build-stamp
debian/elektroid.substvars
debian/elektroid/
debian/files
docs/_site/
docs/.sass-cache/
docs/.jekyll-cache/
docs/.jekyll-metadata
docs/.bundle/
flatpak/build/
.flatpak-builder/