diff options
Diffstat (limited to 'deps/md4c/.gitignore')
-rw-r--r-- | deps/md4c/.gitignore | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/deps/md4c/.gitignore b/deps/md4c/.gitignore new file mode 100644 index 0000000..a233ed1 --- /dev/null +++ b/deps/md4c/.gitignore @@ -0,0 +1,79 @@ +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# 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 +pfft + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + +# Temp files +*.swp +*.tmp +*~ +~* +*.e + +# autotools +/aclocal.m4 +/autom4te.cache/ +/build/ +/build-aux/ +conf*.dir/ +/config.h +/config.log +/config.status +/configure +.deps/ +.dirstamp +Makefile +Makefile.in +stamp-* +*.stamp +*.stamp-* +.Tpo |