diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 13:17:24 +0100 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 13:17:24 +0100 |
| commit | cd9d3e214233b0a6862200f60bf70a4214bc2115 (patch) | |
| tree | 7f983466347341e9c0a91902f0ac52997945c66d | |
| parent | 39fab3ac713248e7f358ebb182cfbf228d8d3100 (diff) | |
Ignore test.R
| -rw-r--r-- | .Rbuildignore | 1 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index 6b03659..7e262d7 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,3 +5,4 @@ bbl$ blg$ aux$ log$ +test.R diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9484aca --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +test.R |
