mirror of
https://github.com/oVirt/ovirt-openshift-extensions.git
synced 2026-02-05 09:46:02 +01:00
The Makefile is even more generic now, clean, and easy to interact with and extend. The main targets are: build, build-containers, push-containers Signed-off-by: Roy Golan <rgolan@redhat.com>
59 lines
1.0 KiB
Plaintext
59 lines
1.0 KiB
Plaintext
*.ca
|
|
*.retry
|
|
deployment/*.retry
|
|
/ovirt-flexvolume-driver
|
|
/ovirt-flexdriver.conf
|
|
/ovirt-volume-provisioner
|
|
/ovirt-cloud-provider
|
|
/ovirt-api.conf
|
|
deployment/container/ovirt-provisioner
|
|
*.tar.gz
|
|
.glide
|
|
.pki
|
|
exported-artifacts
|
|
mocker*
|
|
ansible.log
|
|
vendor/**/*.spec
|
|
|
|
### JetBrains template
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
## intellij catch all
|
|
.idea
|
|
*.iml
|
|
|
|
# Gradle:
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
|
|
# CMake
|
|
cmake-build-debug/
|
|
|
|
# Mongo Explorer plugin:
|
|
.idea/**/mongoSettings.xml
|
|
|
|
## File-based project format:
|
|
*.iws
|
|
|
|
## Plugin-specific files:
|
|
|
|
# IntelliJ
|
|
out/
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
|
|
# JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
# Cursive Clojure plugin
|
|
.idea/replstate.xml
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
containers-artifacts.list
|