-
Notifications
You must be signed in to change notification settings - Fork 51
/
.gitignore
80 lines (79 loc) · 999 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
*.gpr
*.gar
*.qcow2
*.bin
*.elf
!src/libs/*/*.a
*.fir
.*
!.hgignore
!.gitignore
.*.swp
a.out
*.exe
*.rar
*.list
*.raw
*.dis
chdk
eos
font-*.c
font-*.in
*.tar
*.zip
*.orig
tags
*.jpg
*.mov
*.mp3
*.fcp
*.jpeg
*.wav
*.i
*.log
*.pyc
build_tools/xor_chk
docs/html
docs/latex
pymite-nat.c
pymite-img.c
platform/*/build
platform/all/autoexec-all
platform/all/autoexec-fir
platform/all/ML
platform/all/build
doc/*.aux
doc/*.out
doc/*.pdf
doc/*.rst
doc/*.toc
doc/cam/*.png
doc/cam/*.bmp
doc/INSTALL.tex
doc/UserGuide-cam.tex
doc/UserGuide.tex
doc/cam/menuidx.dat
doc/credits.tex
doc/install-body.tex
doc/install.wiki
doc/menuindex.txt
installer/*/*.lds
installer/*/build
installer/build
doc/Cropmarks550D.png
contrib/ptpcam/ptpcam
contrib/make-bootable/exfat_sum
doc/cam
INSTALL.tex-e
UserGuide.tex-e
UserGuide-cam.tex-e
zip.txt
doxygen-doc/*
platform/build
modules/build
modules/*/build
modules/*/*/build
developer_guide/developer_guide.html
developer_guide/developer_guide.pdf
syntax: regexp