mirror of
https://github.com/google/cpu_features.git
synced 2025-04-30 08:23:37 +02:00

* Add documentation * Add .dockerignore: minimize docker context size to improve speed * Add Makefile: to easily run various docker stages * Add a CMake sample project to check CMake install rules
32 lines
335 B
Plaintext
32 lines
335 B
Plaintext
# Project Files unneeded by docker
|
|
ci/Makefile
|
|
ci/docker
|
|
ci/doc
|
|
ci/cache
|
|
.git
|
|
.gitignore
|
|
.github
|
|
.dockerignore
|
|
.clang-format
|
|
appveyor.yml
|
|
.travis.yml
|
|
AUTHORS
|
|
CONTRIBUTING.md
|
|
CONTRIBUTORS
|
|
LICENSE
|
|
README.md
|
|
|
|
build/
|
|
cmake_build/
|
|
build_cross/
|
|
cmake-build-*/
|
|
out/
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vagrant/
|
|
.vscode/
|
|
.vs/
|
|
*.user
|
|
*.swp
|