Skip to content

Commit 8ca44be

Browse files
committed
gitignore: only ignore Meson subprojects/ directory
We never produce any of the previously listed files.
1 parent 4d48aca commit 8ca44be

File tree

1 file changed

+1
-57
lines changed

1 file changed

+1
-57
lines changed

.gitignore

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Object files
5-
*.o
6-
*.ko
7-
*.obj
8-
*.elf
9-
10-
# Linker output
11-
*.ilk
12-
*.map
13-
*.exp
14-
15-
# Precompiled Headers
16-
*.gch
17-
*.pch
18-
19-
# Libraries
20-
*.lib
21-
*.a
22-
*.la
23-
*.lo
24-
25-
# Shared objects (inc. Windows DLLs)
26-
*.dll
27-
*.so
28-
*.so.*
29-
*.dylib
30-
31-
# Executables
32-
*.exe
33-
*.out
34-
*.app
35-
*.i*86
36-
*.x86_64
37-
*.hex
38-
39-
# Debug files
40-
*.dSYM/
41-
*.su
42-
*.idb
43-
*.pdb
44-
45-
# vim ctags
46-
tags
47-
48-
# Kernel Module Compile Results
49-
*.mod*
50-
*.cmd
51-
.tmp_versions/
52-
modules.order
53-
Module.symvers
54-
Mkfile.old
55-
dkms.conf
56-
57-
build/
1+
/subprojects/

0 commit comments

Comments
 (0)