diff --git a/.gitignore b/.gitignore index 89b966a..5d693c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,10 @@ # File automatically generated by some file managers .directory # Blender creates backup copies of files, which needn't be distributed -*.blend1 \ No newline at end of file +*.blend1 +# Backup files +~* +# Solidworks log files +*.log.* +# Temprary files used for solidworks conversion from creo +*.stp \ No newline at end of file -- libgit2 0.21.2