-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
39 lines (32 loc) · 838 Bytes
/
Copy path.gitattributes
File metadata and controls
39 lines (32 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Auto-detect text files and perform LF/CRLF normalization
* text=auto
# Schematics and Symbols
# We treat these as text so you can see diffs if you change a wire or value.
*.asc text
*.asy text
# Netlists, Models, and Libraries
# These are code-like text files.
*.net text
*.cir text
*.lib text
*.sub text
*.mod text
# Plot Settings
# Stores your waveform color/window settings.
*.plt text
# ------------------------------------------------------------------
# Binary Files (Do not attempt to diff these as text)
# ------------------------------------------------------------------
# Simulation Output
# (Ideally, these should be in .gitignore, but this is a safety net)
*.raw binary
*.fft binary
*.vcd binary
# Documentation & Images
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pdf binary
# Archive files
*.zip binary