Mercurial > msvpvf
view .gitignore @ 13:a4e604789e2e
Multiple changes
Move non-required includes from common.h to CLI and fix GUI compatibility with MSVC
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 01 Feb 2022 21:01:29 -0500 |
parents | 528b95e1e24f |
children |
line wrap: on
line source
# 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 # Debug files *.dSYM/ *.su *.idb *.pdb # Kernel Module Compile Results *.mod* *.cmd .tmp_versions/ modules.order Module.symvers Mkfile.old dkms.conf # VEGAS Project Files *.veg *.vf