Summary: | *~ and *.swp files show up in the Project View | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Casey Link <unnamedrambler> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | 4.2.3 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Casey Link
2012-01-22 19:35:36 UTC
Git commit 2693d25fab97a7c23b0b5427029eed3ae5e2f11f by Milian Wolff. Committed on 22/01/2012 at 22:10. Pushed by mwolff into branch '1.3'. hide files ending on ~ from qmake projects M +1 -1 qmakemanager.cpp http://commits.kde.org/kdev-qmake/2693d25fab97a7c23b0b5427029eed3ae5e2f11f where do you get *.swp files from? Kate creates those files with the .kate-swp extension. And if I saw it correctly, vi creates ".*.swp" files, which should be hidden as well, or? Git commit 8e0cde0a21d58a2b3999f58113c1b40ff48ffc9d by Milian Wolff. Committed on 23/01/2012 at 09:55. Pushed by mwolff into branch '1.3'. hide vi-swap files in qmakemanager M +2 -1 qmakemanager.cpp http://commits.kde.org/kdev-qmake/8e0cde0a21d58a2b3999f58113c1b40ff48ffc9d |