third_party.pigweed.src/.gitignore
Alexei Frolov 1a82c146ff
Initial Pigweed modules
This change adds Pigweed's first few (incomplete) modules: pw_build,
pw_status, and pw_toolchain. The main scaffolding for Pigweed's GN-based
build system is also included, with a root BUILDCONFIG and BUILD.gn file
defining a top-level modules build target.

Change-Id: I09599443d50696343d6c5b85853cb5cee3ce0026
2019-10-31 17:43:53 -07:00

28 lines
239 B
Plaintext

# Build artifacts
out/
# IDE artifacts
.idea/
.project
.cproject
.vscode
.clangd/
# Python artifacts
venv/
*.pyc
*.egg/
*.eggs/
*.egg-info/
.cache/
python-env/
.mypy_cache/
# Mac artifacts
.DS_Store
# Vim artifacts
*.swp
.gdb_history