aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-04-26Add Bitcoin-Qt.app to .gitignoreMichael Ford
Saves you from seeing everything in the Bitcoin-Qt.app/Contents/ dir after compiling
2013-02-24Add two unittest-related files to .gitignorePeter Todd
2012-10-20Import LevelDB 1.5, it will be used for the transaction database.Mike Hearn
2012-09-20Update gitignore and Makefiles for build.h move from src/ to src/objGavin Andresen
2012-05-23.gitignore: add test_bitcoinJeff Garzik
2012-05-17Add build directory to .gitignore, so that it's not tracked.R E Broadley
2012-04-10Build identification stringsPieter Wuille
All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
2011-09-26Output build temp files in build/ instead of current directory.Matt Corallo
2011-09-11Some Mac OS X specific thingsp2k
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
2011-09-07Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
Conflicts: .gitignore
2011-09-06ignore stuffLuke Dashjr
2011-08-28add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A
2011-06-02Add common temp files to .gitignore.Doug Huff
2011-04-23directory re-organization (keeps the old build system)Jaromil
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs
2011-02-26Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in ↵Matt Giuca
git.