Skip to content

Commit 6f50f62

Browse files
committed
Add .gitignore file
1 parent 6c3c1fe commit 6f50f62

File tree

1 file changed

+24
-52
lines changed

1 file changed

+24
-52
lines changed

.gitignore

Lines changed: 24 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,24 @@
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-
# Kernel Module Compile Results
46-
*.mod*
47-
*.cmd
48-
.tmp_versions/
49-
modules.order
50-
Module.symvers
51-
Mkfile.old
52-
dkms.conf
1+
# Generated Makefiles
2+
**/Makefile
3+
**/Makefile.in
4+
5+
# Generated configure files
6+
config.log
7+
config.status
8+
configure
9+
10+
# Autotools stuff
11+
autom4te.cache/*
12+
aclocal.m4
13+
14+
# Generated docbook-utils files
15+
bin/jw
16+
bin/sgmldiff
17+
backends/man
18+
backends/texi
19+
frontends/docbook
20+
doc/HTML/*
21+
!doc/HTML/Makefile.am
22+
doc/man/*
23+
!doc/man/Makefile.am
24+
doc/version

0 commit comments

Comments
 (0)