osquery-1/.gitignore

41 lines
439 B
Plaintext
Raw Normal View History

2014-07-31 00:35:19 +00:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Build Artifacts
build*
osquery/tables/generated
# Vagrant Artifacts
.vagrant
2014-08-19 04:32:52 +00:00
# OS artifacts
.DS_Store
2014-09-09 07:10:20 +00:00
# CLion IDE
.idea/workspace.xml
.idea/tasks.xml
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
2014-09-09 07:48:56 +00:00
.idea/dictionaries