cri-o/.gitignore
Haoran Wang 508a202a69 Update .gitignore to add some ide generated files
Signed-off-by: Haoran Wang <haowang@redhat.com>
2018-02-13 15:53:04 +08:00

32 lines
377 B
Text

/.artifacts/
/_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
*~
\#*\#
.\#*