[R] don't remove CMakeLists in cleanup (#6930)

currently installing the R-pacakge will leave the repo in dirty state, since
`CmakeLists.txt` is already checked in. This fixes the `cleanup`
script to not delete this file.
This commit is contained in:
Ali
2021-05-03 02:46:15 -07:00
committed by GitHub
parent 37ad60fe25
commit b35dd76dca

View File

@@ -1,4 +1,3 @@
#!/bin/sh
rm -f src/Makevars
rm -f CMakeLists.txt