mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
Independent linux packaging related content to package/CMakeLists.txt to make it more clearly. This patch also add LICENSE and NOTICE file in the final package. Testing: - Manually deploy package on Ubuntu22.04 and verify it. Change-Id: If3914dcda69f81a735cdf70d76c59fa09454777b Reviewed-on: http://gerrit.cloudera.org:8080/20263 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
114 lines
1.3 KiB
Plaintext
114 lines
1.3 KiB
Plaintext
*~
|
|
*.pyc
|
|
derby.log
|
|
compile_commands.json
|
|
cscope.files
|
|
cscope.out
|
|
cscope.in.out
|
|
cscope.po.out
|
|
org.eclipse.jdt.core.prefs
|
|
org.eclipse.jdt.ui.prefs
|
|
*benchmark_results.csv*
|
|
load-*-generated.sql
|
|
bin/version.info
|
|
bin/impala-config-local.sh
|
|
.cache
|
|
.cdh
|
|
.cdp
|
|
.pep8
|
|
apache-maven-*-bin.tar.gz
|
|
|
|
# distcc options
|
|
.impala_compiler_opts*
|
|
|
|
pprof.out
|
|
|
|
TempStatsStore
|
|
|
|
# CMake:
|
|
Makefile
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
CTestTestfile.cmake
|
|
!CMakeLists.txt
|
|
.cmake_build_type
|
|
.ninja_deps
|
|
.ninja_log
|
|
build.ninja
|
|
rules.ninja
|
|
CMakeDoxyfile.in
|
|
CMakeDoxygenDefaults.cmake
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
_CPack_Packages
|
|
|
|
# Build timestamp files
|
|
.*timestamp
|
|
|
|
# Docker generated files
|
|
docker/build_context
|
|
docker/docker-images.txt
|
|
|
|
Testing/
|
|
llvm-ir/
|
|
benchmark_results*.json
|
|
target
|
|
|
|
avro_schemas/
|
|
logs/
|
|
|
|
# Impala toolchain directory
|
|
toolchain/
|
|
|
|
# Core dumps and crash reports
|
|
core
|
|
core.*
|
|
hs_err_pid*.log
|
|
|
|
# Binaries disallowed by ASF rules
|
|
*.jar
|
|
*.so
|
|
|
|
# Vim related files
|
|
.swp
|
|
.*.swn
|
|
.*.swm
|
|
.*.swo
|
|
.*.swp
|
|
.vimrc
|
|
|
|
# GDB default log file
|
|
gdb.txt
|
|
.gdbinit
|
|
|
|
# IntelliJ artifacts
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# OS X Artifacts
|
|
.DS_Store
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
.classpath
|
|
.settings
|
|
eclipse-classes/
|
|
.pydevproject
|
|
|
|
# Visual Studio Code artifacts
|
|
.vscode/
|
|
|
|
# Debugging
|
|
ad-hoc.test
|
|
nohup.out
|
|
|
|
# Python virtualenvs
|
|
gerrit_critic_venv
|
|
|
|
# Output of single_node_perf_run.py
|
|
perf_results/
|