mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-06-06 05:25:26 +00:00
Ignore generated source files that are no longer checked in
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -37,6 +37,10 @@ massif-*
|
||||
# Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
||||
/build/
|
||||
|
||||
# Visual Studio automatically generated files
|
||||
/visualc/VS2010/mbedTLS.sln
|
||||
/visualc/VS2010/*.vcxproj
|
||||
|
||||
# Visual Studio artifacts
|
||||
/visualc/VS2010/.localhistory/
|
||||
/visualc/VS2010/.vs/
|
||||
|
||||
@@ -2,3 +2,7 @@
|
||||
libmbed*
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
# Automatically generated files
|
||||
/error.c
|
||||
/version_features.c
|
||||
|
||||
+5
-1
@@ -5,6 +5,10 @@
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
# Generated source files
|
||||
/psa/psa_constant_names_generated.c
|
||||
/test/query_config.c
|
||||
|
||||
*.o
|
||||
*.exe
|
||||
|
||||
@@ -67,5 +71,5 @@ x509/cert_write
|
||||
x509/crl_app
|
||||
x509/req_app
|
||||
|
||||
# generated files
|
||||
# Generated data files
|
||||
pkey/keyfile.key
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
# Generated source files
|
||||
/suites/*.generated.data
|
||||
/suites/test_suite_psa_crypto_storage_format.v[0-9]*.data
|
||||
/suites/test_suite_psa_crypto_storage_format.current.data
|
||||
|
||||
*.log
|
||||
/test_suite*
|
||||
data_files/mpi_write
|
||||
|
||||
Reference in New Issue
Block a user