Skip to content

Commit db2321b

Browse files
Yogaraj-Alamendastevelinsell
authored andcommitted
Update .gitignore to exclude release package files
Signed-off-by: Steve Linsell <stevenx.linsell@intel.com>
1 parent a41d92f commit db2321b

File tree

1 file changed

+10
-41
lines changed

1 file changed

+10
-41
lines changed

.gitignore

Lines changed: 10 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Object files
22
*.o
33
*.obj
4+
*.ko
45

56
# editor artefacts
67
*.swp
@@ -9,29 +10,16 @@
910
*~
1011
/.dir-locals.el
1112

12-
# Top level excludes
13-
/Makefile.bak
14-
/Makefile
15-
/MINFO
16-
/TABLE
17-
/*.a
18-
/*.pc
19-
/inc.*
20-
/makefile.*
21-
/out.*
22-
/tmp.*
23-
24-
# Certificate symbolic links
25-
*.0
26-
27-
# Auto generated assembly language source files
28-
*.s
29-
!/crypto/*/asm/*.s
30-
/crypto/arm*.S
31-
/crypto/*/*.S
32-
*.asm
33-
!/crypto/*/asm/*.asm
13+
# Top level and qat_contig_mem excludes
14+
e_qat_err.*
15+
*.mod.c
16+
.*.cmd
17+
*.symvers
18+
*.order
19+
qat_contig_mem_test
20+
/.tmp_versions
3421

22+
# shared objects
3523
*.so*
3624
*.dylib*
3725
*.dll*
@@ -46,22 +34,3 @@ tags
4634
TAGS
4735
cscope.out
4836
*.d
49-
50-
# Windows
51-
/tmp32
52-
/tmp32.dbg
53-
/tmp32dll
54-
/tmp32dll.dbg
55-
/out32
56-
/out32.dbg
57-
/out32dll
58-
/out32dll.dbg
59-
/inc32
60-
/MINFO
61-
ms/bcb.mak
62-
ms/libeay32.def
63-
ms/nt.mak
64-
ms/ntdll.mak
65-
ms/ssleay32.def
66-
ms/version32.rc
67-

0 commit comments

Comments
 (0)