diff options
-rw-r--r-- | Terraform.gitignore | 7 | ||||
-rw-r--r-- | TwinCAT3.gitignore | 3 | ||||
-rw-r--r-- | VisualStudio.gitignore | 17 |
3 files changed, 25 insertions, 2 deletions
diff --git a/Terraform.gitignore b/Terraform.gitignore index 6349e361..4d91a6b4 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -35,3 +35,10 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# Optional: ignore graph output files generated by `terraform graph` +# *.dot + +# Optional: ignore plan files saved before destroying Terraform configuration +# Uncomment the line below if you want to ignore planout files. +# planout
\ No newline at end of file diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 93342d6e..2339b3fa 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -31,6 +31,8 @@ LineIDs.dbg.bak *.xtv *.xtv.bak *.xtv.bk? +*.xt?.bk? +*.xt?.orig # Multiuser specific **/.TcGit/ @@ -43,6 +45,7 @@ LineIDs.dbg.bak **/_Deployment/ **/_Repository/ + # To include a specific library directory (i.e. third party/custom libs), # use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/` # diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index cfb18bbe..47a94ef1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -22,8 +22,21 @@ mono_crash.* [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ -x64/ -x86/ + +[Dd]ebug/x64/ +[Dd]ebugPublic/x64/ +[Rr]elease/x64/ +[Rr]eleases/x64/ +bin/x64/ +obj/x64/ + +[Dd]ebug/x86/ +[Dd]ebugPublic/x86/ +[Rr]elease/x86/ +[Rr]eleases/x86/ +bin/x86/ +obj/x86/ + [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ |