This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new 4dc8f48 Ignore IntelliJ files / build folder when checking license
(#5)
4dc8f48 is described below
commit 4dc8f48a98ca6495a603de5a682b88d9e702cb81
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Thu Sep 14 18:17:22 2023 +0200
Ignore IntelliJ files / build folder when checking license (#5)
---
.gitignore | 7 +++++++
dev/.rat-excludes | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 9fe7271..ddbb91e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,10 @@ lib/
# Output of the go coverage tool
*.out
+
+# intellij files
+.idea/
+.idea_modules/
+*.ipr
+*.iws
+*.iml
diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index 13d4c64..785e1c9 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -2,4 +2,5 @@
.rat-excludes
LICENSE
NOTICE
-go.sum
\ No newline at end of file
+go.sum
+build