Repository: avro Updated Branches: refs/heads/master da22ffcba -> 4fe9b4533
Update the gitignore files to hide generated files Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/4fe9b453 Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/4fe9b453 Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/4fe9b453 Branch: refs/heads/master Commit: 4fe9b453333c2cf1a0c212fa469b26ba5cf589ed Parents: da22ffc Author: Niels Basjes <[email protected]> Authored: Thu May 5 21:02:30 2016 +0200 Committer: Niels Basjes <[email protected]> Committed: Thu May 5 21:02:30 2016 +0200 ---------------------------------------------------------------------- .gitignore | 2 ++ CHANGES.txt | 2 ++ doc/.gitignore | 1 + lang/c++/.gitignore | 3 +++ lang/csharp/.gitignore | 3 +++ lang/java/.gitignore | 3 +++ lang/js/.gitignore | 2 ++ lang/perl/.gitignore | 1 + lang/php/.gitignore | 1 + lang/py/.gitignore | 3 +++ lang/py3/.gitignore | 6 ++++++ lang/ruby/.gitignore | 4 ++++ pom.xml | 1 + 13 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 372789a..d5b1b74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.iml *.ipr *.iws +*.swp +*~ .idea/ .project .settings http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a8ed79f..6c8e042 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -33,6 +33,8 @@ Trunk (not yet released) AVRO-1828: Add EditorConfig file and cleanup of whitespace violations (nielsbasjes) + AVRO-1839: Update the gitignore files to hide generated files (nielsbasjes) + BUG FIXES AVRO-1493. Java: Avoid the "Turkish Locale Problem". Schema fingerprints are http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/doc/.gitignore ---------------------------------------------------------------------- diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +build/ http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/c++/.gitignore ---------------------------------------------------------------------- diff --git a/lang/c++/.gitignore b/lang/c++/.gitignore index 091cd7f..76f0125 100644 --- a/lang/c++/.gitignore +++ b/lang/c++/.gitignore @@ -1,2 +1,5 @@ build/ build.mac/ +doc/ +test.avro +test6.df http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/csharp/.gitignore ---------------------------------------------------------------------- diff --git a/lang/csharp/.gitignore b/lang/csharp/.gitignore index 511adaf..b8e088c 100644 --- a/lang/csharp/.gitignore +++ b/lang/csharp/.gitignore @@ -47,3 +47,6 @@ .builds *.dotCover *.nupkg + +#Test results +TestResult.xml http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/java/.gitignore ---------------------------------------------------------------------- diff --git a/lang/java/.gitignore b/lang/java/.gitignore index 92c171c..1bb3fcb 100644 --- a/lang/java/.gitignore +++ b/lang/java/.gitignore @@ -17,3 +17,6 @@ /.classpath /.eclipse /.project +dependency-reduced-pom.xml +mapred/userlogs/ +tools/userlogs/ http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/js/.gitignore ---------------------------------------------------------------------- diff --git a/lang/js/.gitignore b/lang/js/.gitignore new file mode 100644 index 0000000..b509c88 --- /dev/null +++ b/lang/js/.gitignore @@ -0,0 +1,2 @@ +coverage/ +node_modules/ http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/perl/.gitignore ---------------------------------------------------------------------- diff --git a/lang/perl/.gitignore b/lang/perl/.gitignore index ca296d1..2e67279 100644 --- a/lang/perl/.gitignore +++ b/lang/perl/.gitignore @@ -8,3 +8,4 @@ Makefile.old pm_to_blib *~ /blib +Avro-*.tar.gz http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/php/.gitignore ---------------------------------------------------------------------- diff --git a/lang/php/.gitignore b/lang/php/.gitignore new file mode 100644 index 0000000..5fff1d9 --- /dev/null +++ b/lang/php/.gitignore @@ -0,0 +1 @@ +pkg http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/py/.gitignore ---------------------------------------------------------------------- diff --git a/lang/py/.gitignore b/lang/py/.gitignore new file mode 100644 index 0000000..df3cd4d --- /dev/null +++ b/lang/py/.gitignore @@ -0,0 +1,3 @@ +build/ +lib/ +userlogs/ http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/py3/.gitignore ---------------------------------------------------------------------- diff --git a/lang/py3/.gitignore b/lang/py3/.gitignore new file mode 100644 index 0000000..777f026 --- /dev/null +++ b/lang/py3/.gitignore @@ -0,0 +1,6 @@ +avro/HandshakeRequest.avsc +avro/HandshakeResponse.avsc +avro/VERSION.txt +avro/tests/interop.avsc +avro_python3.egg-info/ +dist/ http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/lang/ruby/.gitignore ---------------------------------------------------------------------- diff --git a/lang/ruby/.gitignore b/lang/ruby/.gitignore index 3f9ddaf..63c96e1 100644 --- a/lang/ruby/.gitignore +++ b/lang/ruby/.gitignore @@ -1,3 +1,7 @@ tmp data.avr Gemfile.lock +.bundle/ +.gem/ +avro.gemspec +pkg/ http://git-wip-us.apache.org/repos/asf/avro/blob/4fe9b453/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 72ed6b7..cf164ce 100644 --- a/pom.xml +++ b/pom.xml @@ -242,6 +242,7 @@ <exclude>lang/ruby/avro.gemspec</exclude> <exclude>lang/ruby/.gem/**</exclude> <exclude>lang/ruby/pkg/**</exclude> + <exclude>lang/ruby/.bundle/**</exclude> <exclude>lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/Player.java</exclude> <exclude>lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/Position.java</exclude> <exclude>lang/java/tools/src/test/compiler/output/Player.java</exclude>
