diff options
Diffstat (limited to 'cmark/.gitignore')
| -rw-r--r-- | cmark/.gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/cmark/.gitignore b/cmark/.gitignore new file mode 100644 index 0000000000..438340a7ff --- /dev/null +++ b/cmark/.gitignore @@ -0,0 +1,39 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +*.pyc + +*~ +*.bak +*.sw? +*.diff +*# +*.zip +bstrlib.txt +build +cmark.dSYM/* +cmark + +# Visual Studio CMake support +/.vs/ +/out/ |
