subsurface/.gitignore
Tomaz Canabrava 9e39213ed1 Add build* folders on gitignore
Since we can build for more than one platform at the same time
now, it's userful to block them on the gitignore to make sure
we don't get a dirty tree just because we build for mobile
and desktop inside the subsurface folder.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-12-17 10:17:57 -08:00

35 lines
456 B
Text

translations/*.qm
*.o
*.orig
*.rej
*.exe
*.dmg
*.patch
*.xml
ssrf-version.h
!dives/*.xml
*~
po/*.mo
/subsurface
/*.tar.gz
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
*.kdev4
callgrind.out.*
.gitignore
build/
.rcc
.moc
.uic
.obj
Makefile
subsurface.pro.user*
Subsurface.app
.DS_Store
!android/**/*.xml
build*