mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Enhance SolidWorks.gitignore for case sensitivity
Added case-sensitive entries for SolidWorks temporary files and backups.
This commit is contained in:
parent
7db9624f69
commit
c97a73771f
@ -1,16 +1,20 @@
|
||||
# gitignore file for a SolidWorks project
|
||||
|
||||
# SolidWorks temporary files
|
||||
~$*
|
||||
|
||||
# Redundant entries for SolidWorks temporary files
|
||||
~$*.sldprt
|
||||
~$*.sldasm
|
||||
~$*.slddrw
|
||||
~$*.sld
|
||||
|
||||
# SolidWorks backups e auto-recovery
|
||||
# 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/
|
||||
/simulation_results/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user