subsurface/.gitignore
Thiago Macieira c11ce7e157 Introduce a cache of the configuration
You may have noticed that running make is a little slow. Every time
that it is loaded, it will try to detect everything again. So,
instead, save the output and reload it the next time.

This is implemented by adding a rule that (re-)creates the
config.cache file, which is included by make. If the file doesn't
exist yet, make will first run the rule which creates it, then reload
itself.

You can also cause it to reconfigure by running "make configure".

Signed-off-by: Thiago Macieira <thiago@macieira.org>
2013-04-23 00:06:32 -07:00

25 lines
333 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
.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