mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Merge pull request #781 from thopiekar/master-ignore-debian-link
Don't ignore the directory but the link, too.
This commit is contained in:
commit
82aa630b9e
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -16,8 +16,11 @@ resources/firmware
|
||||||
*~
|
*~
|
||||||
*.qm
|
*.qm
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Eclipse+PyDev
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
|
.settings
|
||||||
|
|
||||||
# Debian packaging
|
# Debian packaging
|
||||||
debian/
|
debian*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue