aboutsummaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2021-05-18 15:46:17 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2021-05-20 10:37:22 +0200
commit76c5185dcd774a919c63dc66a7422724f2819ec0 (patch)
tree9940abb9da84f40efe9abbf4a69ade32326fcabd /visualc
parentb5e08637adc0d45df10f46531972d79b3a6c4cc0 (diff)
downloadmbedtls-76c5185dcd774a919c63dc66a7422724f2819ec0.zip
mbedtls-76c5185dcd774a919c63dc66a7422724f2819ec0.tar.gz
mbedtls-76c5185dcd774a919c63dc66a7422724f2819ec0.tar.bz2
Move VS2010 Git ignore list to the VS2010 directory
The main benefit is that this ensures that the directory always exists in a Git checkout. This way the maintenance scripts don't have to worry about the case where the directory doesn't exist. Also it unclutters `/.gitignore`. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Diffstat (limited to 'visualc')
-rw-r--r--visualc/VS2010/.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/visualc/VS2010/.gitignore b/visualc/VS2010/.gitignore
new file mode 100644
index 0000000..d3da304
--- /dev/null
+++ b/visualc/VS2010/.gitignore
@@ -0,0 +1,14 @@
+# Files automatically generated by generate_visualc_files.pl
+/mbedTLS.sln
+/*.vcxproj
+
+# Files that may be left over from check-generated-files.sh
+/*.bak
+
+# Visual Studio artifacts
+/.localhistory/
+/.vs/
+/Debug/
+/Release/
+/*.vcxproj.filters
+/*.vcxproj.user