mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
95e094c325
Gitignore is now ignoring callgrind files and kdevelop projects, this was annoying me. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
35 lines
485 B
Text
35 lines
485 B
Text
*.o
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
*.dmg
|
|
*.moc
|
|
*.moc.cpp
|
|
*.patch
|
|
*.ui.h
|
|
*.xml
|
|
version.h
|
|
!dives/*.xml
|
|
*~
|
|
po/*.mo
|
|
qt-ui/ui_*.h
|
|
/subsurface
|
|
/*.tar.gz
|
|
.dep/
|
|
share/
|
|
Documentation/docbook-xsl.css
|
|
Documentation/user-manual.html
|
|
Documentation/user-manual.pdf
|
|
Documentation/user-manual.text
|
|
packaging/windows/subsurface.nsi
|
|
packaging/macos/Info.plist
|
|
config.cache
|
|
*.qrc.cpp
|
|
ui_*
|
|
/subsurface.config
|
|
/subsurface.creator
|
|
/subsurface.creator.user
|
|
/subsurface.files
|
|
/subsurface.includes
|
|
*.kdev4
|
|
callgrind.out.*
|