blob: 2f009e475d6df2399269ea82c61836a2c2ada59a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Exclude all files
*
# Include relevant files
!/.Slic3r/
!/.Slic3r/**/*
!/.gitignore.d/
!/.gitignore.d/slic3r
# Exclude swap and backup files
*.s[a-w]?
*.vim
*~
*.orig
|