mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02: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,14 +1,18 @@
|
|||||||
# gitignore file for a SolidWorks project
|
# gitignore file for a SolidWorks project
|
||||||
|
|
||||||
# SolidWorks temporary files
|
# SolidWorks temporary files
|
||||||
~$*
|
|
||||||
|
|
||||||
# Redundant entries for SolidWorks temporary files
|
|
||||||
~$*.sldprt
|
~$*.sldprt
|
||||||
~$*.sldasm
|
~$*.sldasm
|
||||||
~$*.slddrw
|
~$*.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
|
*.bak
|
||||||
*.swbak
|
*.swbak
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user