osquery-1/.gitignore
2014-09-27 19:15:27 +00:00

45 lines
475 B
Plaintext

# 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/
# Vagrant Artifacts
.vagrant
.sources
# OS artifacts
.DS_Store
# CLion IDE
.idea/workspace.xml
.idea/tasks.xml
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/dictionaries
# Doxygen Documentation
doxygen/html
doxygen/latex