Files
cargoxx/.gitignore

29 lines
389 B
Plaintext

# Build outputs
/build/*
!/build/CMakeLists.txt
/result
/result-*
/cargoxx.AppImage
/cargoxx-arx
# e2e fixtures regenerate these on every run.sh invocation.
tests/e2e/*/build/
tests/e2e/**/flake.lock
tests/e2e/**/Cargoxx.lock
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo
# direnv / Nix
.direnv/
.envrc.local