This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new 688da9a The build is dropping a lot of csv/feather/etc files which
it's annoying to avoid so I'm adding ignore rules (#16)
688da9a is described below
commit 688da9adfe42628ca93a12bdd899b14eaaa5918f
Author: Weston Pace <[email protected]>
AuthorDate: Thu Aug 5 21:52:21 2021 -1000
The build is dropping a lot of csv/feather/etc files which it's annoying to
avoid so I'm adding ignore rules (#16)
---
.gitignore | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 5c0998b..3e6a548 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,11 @@ r/content/_book/**
r/*.Rproj
*.Rproj
.Rproj.user
-python/build
+
+*build/
+
+*.parquet
+*.arrow
+*.arrows
+*.csv
+*.feather