Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/kudu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.0
Choose a base ref
...
head repository: apache/kudu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 1,510 changed files with 150,013 additions and 40,863 deletions.
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -41,12 +41,15 @@ README.html
*~

# IDE cruft
.settings/
.idea/
nbproject/
.project
.cproject
.csettings/
.idea/
.project
.qt/
.qtc_clangd/
.settings/
.vscode/
nbproject/

# WWW dependencies which are not checked in directly
www/tracing.*
@@ -55,3 +58,7 @@ www/tracing.*
python/kudu/*.so
python/kudu/*.cpp
*.py[ocd]

# CLion default build directories
cmake-build-*

Loading