FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
408 stars 84 forks source link

Namespace changes and workspace cleanup #184

Closed BlueWall closed 11 years ago

BlueWall commented 11 years ago

Hi Fellow Traveler,

I updated the C# API namespace to better reflect conventions and also changed the java one after discussing with da2ce7.

Also adding a .gitignore file to map items that we don't want to show up in git status reports.

Thanks, BlueWall

da2ce7 commented 11 years ago

Your pull request edits the ".gitignore" file, Visual Studio temp files will be detected for win.

BlueWall commented 11 years ago

I don't understand. Does the file interfere with Visual Studio operations or does it fail to hide the files produced by it?

BlueWall commented 11 years ago

The current .gitignore misses many files on Linux and some mis-steps led to me overwriting the existing one. Reverting the commit relating to that so the original file is restored. I will modify and update the existing one later.