diff options
| author | p2k <[email protected]> | 2011-09-11 17:42:20 +0200 |
|---|---|---|
| committer | p2k <[email protected]> | 2011-09-11 17:42:20 +0200 |
| commit | 2c1fd3c395da9804f38d40da97d73f14e69c350f (patch) | |
| tree | 1c42cf9513d929b5248cecd5f9b8df0e2ad103c8 /.gitignore | |
| parent | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b... (diff) | |
| download | discoin-2c1fd3c395da9804f38d40da97d73f14e69c350f.tar.xz discoin-2c1fd3c395da9804f38d40da97d73f14e69c350f.zip | |
Some Mac OS X specific things
* Added application icon for Mac OS X * Added instructions for compiling
under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 29c781c01..a5f96ba44 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,7 @@ Makefile bitcoin-qt #resources cpp qrc_*.cpp +#qt creator +*.pro.user +#mac specific +.DS_Store |