-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
71 lines (71 loc) · 1.1 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
*.in
*.o
*.a
*.la
*.lo
*.swp
*.bak
*~
*.real
*.orig
*.gz
*.xz
*.local
*.diff
*.log
*.trs
src/samplecat
configure
compile
Makefile
aclocal.m4
config.*
depcomp
install-sh
missing
.deps
stamp-*
autom4te.cache/
tags
cscope.*
ltmain.sh
libtool
.libs
layouts/layout_ui.c
layouts/layouts.c
src/vala/*.[ch]
src/resources.c
experimental/gl-app/samplecat_gl
experimental/gl-app/shaders/shaders.c
test/ubuntu-18/Dockerfile
test/ubuntu-20/Dockerfile
!test/ubuntu-20/Dockerfile.in
test/arch/Dockerfile
test/unit/unit_test
test/unit/list.c
test/ui/ui_test
test/ui/list.c
player.vala.c
player.vala.h
!test/debian*/Makefile
!test/debian*/scripts/Makefile
!test/ubuntu*/Makefile
!test/ubuntu*/scripts/Makefile
!test/arch/Makefile
!test/arch/Dockerfile.in
!test/arch/scripts/Makefile
!test/fedora-34/Makefile
!test/fedora-34/Dockerfile.in
!test/fedora-34/scripts/Makefile
test/fedora-34/Dockerfile
test/manjaro/Dockerfile
!test/manjaro/Dockerfile.in
!test/manjaro/Makefile
!test/opensuse-leap/Makefile
!test/opensuse-leap/Dockerfile.in
test/opensuse-leap/Dockerfile
!test/opensuse-leap/scripts/Makefile
test-driver
test/.cache/
test/.config/
/home