-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
63 lines (53 loc) · 833 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
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.so
*.so.*
*.pico
*.depend
# Executables
*.out
*.debug
*.full
libexec/mport.check-fake/mport.check-fake
libexec/mport.check-for-older/mport.check-for-older
libexec/mport.create/mport.create
libexec/mport.delete/mport.delete
libexec/mport.fetch/mport.fetch
libexec/mport.info/mport.info
libexec/mport.init/mport.init
libexec/mport.install/mport.install
libexec/mport.list/mport.list
libexec/mport.merge/mport.merge
libexec/mport.query/mport.query
libexec/mport.update/mport.update
libexec/mport.updepends/mport.updepends
libexec/mport.version_cmp/mport.version_cmp
mport/mport
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
*.core
# built man pages
*.gz
# IDE
.idea/
.vscode