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