astropy / astropy-benchmarks

Benchmarks for the astropy project
https://spacetelescope.github.io/bench/astropy-benchmarks/
BSD 3-Clause "New" or "Revised" License
7 stars 27 forks source link

Ignore results since they are in separate branch #42

Closed pllim closed 6 years ago

pllim commented 6 years ago

Is this a legit fix? I don't know. I just don't want git to complain about untracked directory when I run stuff in the master clone. 😬

pllim commented 6 years ago

Note: This does not stop git clean -xdf from removing it. 🤔

bsipocz commented 6 years ago

@pllim - I think it will still remove it, you may want to use git clean -xdfe results

pllim commented 6 years ago

@bsipocz , yes, the -e option is perfect. Thanks!