osquery-1/.gitignore

56 lines
548 B
Plaintext
Raw Normal View History

2014-07-31 00:35:19 +00:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
2014-11-05 09:52:40 +00:00
*.pyc
2014-07-31 00:35:19 +00:00
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2014-12-04 17:33:04 +00:00
*.pkg
2014-07-31 00:35:19 +00:00
# Build Artifacts
2014-11-09 00:55:19 +00:00
.provision
2014-09-25 08:45:13 +00:00
build/
# Run Artifacts
*.log
2015-03-04 16:45:21 +00:00
*.orig
# Vagrant Artifacts
.vagrant
2014-09-20 23:26:40 +00:00
.sources
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
2014-09-16 01:51:37 +00:00
# Doxygen Documentation
doxygen/html
2014-09-16 06:52:31 +00:00
doxygen/latex
# Editors
*~
\#*\#