Skip to content

Commit

Permalink
Backported .gitignore changes from master
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23847)

(cherry picked from commit c79e37a)
  • Loading branch information
dgbkn authored and t8m committed Apr 4, 2024
1 parent 9d15279 commit 8bb52de
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@
/Makefile
/MINFO
/TABLE
/*.pc
/rehash.time
/inc.*
/makefile.*
/out.*
/tmp.*
/configdata.pm
/builddata.pm
/installdata.pm

# Exporters
/*.pc
/OpenSSLConfig*.cmake
/exporters/*.pc
/exporters/OpenSSLConfig*.cmake

# Links under apps
/apps/CA.pl
Expand Down Expand Up @@ -48,6 +55,11 @@
/include/openssl/x509.h
/include/openssl/x509v3.h
/include/openssl/x509_vfy.h
# /include/openssl/core_names.h
/include/internal/param_names.h

# Auto generated parameter name files
/crypto/params_idx.c

# Auto generated doc files
doc/man1/openssl-*.pod
Expand Down Expand Up @@ -127,6 +139,7 @@ providers/common/include/prov/der_sm2.h
/tools/c_rehash.pl
/util/shlib_wrap.sh
/util/wrap.pl
/util/quicserver
/tags
/TAGS
*.map
Expand Down Expand Up @@ -231,10 +244,15 @@ Makefile.save
*.bak
cscope.*
*.d
!.ctags.d
*.d.tmp
pod2htmd.tmp
MAKE0[0-9][0-9][0-9].@@@

# Windows manifest files
*.manifest
doc-nits

# LSP (Language Server Protocol) support
.cache/
compile_commands.json

0 comments on commit 8bb52de

Please sign in to comment.