| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- # Prerequisites
- *.d
- # Compiled Object files
- *.slo
- *.lo
- *.o
- *.obj
- *.asm
- *.tlog
- *.pdb
- *.def
- *.mk
- *.tlb
- # Precompiled Headers
- *.gch
- *.pch
- # Compiled Dynamic libraries
- *.so
- *.dylib
- *.dll
- # Fortran module files
- *.mod
- *.smod
- # Compiled Static libraries
- *.lai
- *.la
- *.a
- *.lib
- # Executables
- *.exe
- *.out
- *.app
- /.vs
- /packages
- /Debug64
- *.log
- *.recipe
- *.ilk
- *.res
- /enc_temp_folder
- /focusdll/Debug64
- CP_Main.vcxproj.user
- CP_Main_i.c
- CP_Main_i.h
- *.idb
- *.lnk
- CP_Main.aps
- /focusdll/Release64
- /ICU_Loader/x64
- /Release64
- *.db
- *.Settings
- Debug/portable
- *.exp
- *.map
- *.tlh
- /Addins/DittoUtil/Win32/Debug
- /Debug/EditClips
- /EncryptDecrypt/Win32/Debug
- /focusdll/Win32/Debug
- /ICU_Loader/Debug
- /Win32/Debug
- /Debug
- /Addins/DittoUtil/x64
- /EncryptDecrypt
- /focusdll/x64
- /FocusHighlight
- /focusdll
- /x64
|