Skip to content

Commit

Permalink
Update .gitignore to exclude release package files
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Linsell <stevenx.linsell@intel.com>
  • Loading branch information
Yogaraj-Alamenda authored and stevelinsell committed May 31, 2016
1 parent a41d92f commit db2321b
Showing 1 changed file with 10 additions and 41 deletions.
51 changes: 10 additions & 41 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Object files
*.o
*.obj
*.ko

# editor artefacts
*.swp
Expand All @@ -9,29 +10,16 @@
*~
/.dir-locals.el

# Top level excludes
/Makefile.bak
/Makefile
/MINFO
/TABLE
/*.a
/*.pc
/inc.*
/makefile.*
/out.*
/tmp.*

# Certificate symbolic links
*.0

# Auto generated assembly language source files
*.s
!/crypto/*/asm/*.s
/crypto/arm*.S
/crypto/*/*.S
*.asm
!/crypto/*/asm/*.asm
# Top level and qat_contig_mem excludes
e_qat_err.*
*.mod.c
.*.cmd
*.symvers
*.order
qat_contig_mem_test
/.tmp_versions

# shared objects
*.so*
*.dylib*
*.dll*
Expand All @@ -46,22 +34,3 @@ tags
TAGS
cscope.out
*.d

# Windows
/tmp32
/tmp32.dbg
/tmp32dll
/tmp32dll.dbg
/out32
/out32.dbg
/out32dll
/out32dll.dbg
/inc32
/MINFO
ms/bcb.mak
ms/libeay32.def
ms/nt.mak
ms/ntdll.mak
ms/ssleay32.def
ms/version32.rc

0 comments on commit db2321b

Please sign in to comment.