TraSH/hardware/.gitignore

15 lines
231 B
Plaintext

#.gitignore
# Step-1, track all files in the current folder
!*
# Step-2, track specified files in the current folder
*
!*/
!.gitignore
!*.SchDoc
!*.PcbDoc
# Step-3, untrack all in sub folders, which use their own .gitignore
*/*