zydis/.gitignore

97 lines
830 B
Plaintext
Raw Normal View History

2016-05-26 03:25:48 +08:00
# Created by https://www.gitignore.io/api/c,c++,cmake
### C ###
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
### C++ ###
# Compiled Object files
*.slo
*.lo
*.o
2014-10-25 05:05:43 +08:00
*.obj
2016-05-26 03:25:48 +08:00
# Precompiled Headers
*.gch
2014-10-25 05:05:43 +08:00
*.pch
2016-05-26 03:25:48 +08:00
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
### CMake ###
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
2016-11-28 05:36:38 +08:00
# MacOS
.DS_Store
build*
2017-11-29 07:55:11 +08:00
# MSVC
.vs
2017-11-29 07:55:11 +08:00
*.vcxproj.user
*.suo
*.sdf
*.opensdf
*.VC.db
*.VC.opendb
msvc/**/obj/
msvc/**/bin/
2017-07-25 07:04:25 +08:00
doc/html