OpenSourceAP / CrossSection

Code to accompany our paper Chen and Zimmermann (2020), "Open source cross-sectional asset pricing"
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3604626
GNU General Public License v2.0
738 stars 218 forks source link

Add .gitignore instructions to avoid git crashing #35

Closed chenandrewy closed 3 years ago

chenandrewy commented 3 years ago

We should just recommend adding these lines:

Signals/Data/ Shipping/Data/ Portfolios/Data/**

Otherwise git will crash and you'll have to guess why

chenandrewy commented 3 years ago

added to readme and wiki