0ebf75fb71
We've been occasionally creating this file since 9c44933b
(build:
create a local GOPATH if none specified, 2017-03-27, #410). But it's
recording information about the local environment, not part of our
common source. Adding it to .gitignore helps avoid having it
accidentally committed.
Signed-off-by: W. Trevor King <wking@tremily.us>
33 lines
388 B
Text
33 lines
388 B
Text
/.artifacts/
|
|
/.gopathok
|
|
/_output/
|
|
/conmon/conmon.o
|
|
/docs/*.[158]
|
|
/docs/*.[158].gz
|
|
/crio.conf
|
|
*.o
|
|
*.orig
|
|
/pause/pause.o
|
|
/bin/
|
|
/test/bin2img/bin2img
|
|
/test/checkseccomp/checkseccomp
|
|
/test/copyimg/copyimg
|
|
|
|
Vagrantfile
|
|
.vagrant/
|
|
|
|
.vscode/
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/**
|
|
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|