icingabeat/vendor/github.com/elastic/beats/.gitignore

35 lines
359 B
Plaintext
Raw Normal View History

# Directories
/.vagrant
/.idea
2017-12-19 13:16:39 +01:00
/.vscode
/build
/*/data
/*/logs
2017-12-19 13:16:39 +01:00
/*/fields.yml
/*/*.template*.json
2018-08-07 14:02:57 +02:00
**/html_docs
# Files
.DS_Store
/beats.iml
*.dev.yml
*.generated.yml
2017-04-18 14:04:14 +02:00
coverage.out
2017-12-19 13:16:39 +01:00
.python-version
beat.db
2018-04-06 12:44:37 +02:00
*.keystore
# Editor swap files
*.swp
*.swo
*.swn
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.exe
*.test
*.prof
*.pyc