diff --git a/SolidWorks.gitignore b/SolidWorks.gitignore new file mode 100644 index 0000000000..8e35f97396 --- /dev/null +++ b/SolidWorks.gitignore @@ -0,0 +1,20 @@ +# gitignore file for a SolidWorks project + +# SolidWorks temporary files +~$*.sldprt +~$*.sldasm +~$*.slddrw +~$*.sld + +# For systems with case-sensitive (SolidWorks uses both) +~$*.SLDPRT +~$*.SLDASM +~$*.SLDDRW +~$*.SLD + +# SolidWorks backups and auto-recovery +*.bak +*.swbak + +# Cache of simulation results +/simulation_results/