26 lines
402 B
Text
26 lines
402 B
Text
# backup and temporary files
|
|
*~
|
|
.*.sw[op]
|
|
|
|
.gitattributes
|
|
|
|
# the build directories
|
|
/*/unxlng??
|
|
/*/unxlng??.pro
|
|
/*/wntmsc???
|
|
/*/wntmsc???.pro
|
|
/*/wntgcc?
|
|
/*/wntgcc?.pro
|
|
/*/unxmac??
|
|
/*/unxmac??.pro
|
|
/*/unxios?
|
|
/*/unxios?.pro
|
|
/*/unxand?
|
|
/*/unxand?.pro
|
|
|
|
/external/*/*.dll
|
|
/external/*/*.txt
|
|
/external/msi/*.exe
|
|
/external/msv*/*.manifest
|
|
/external/vcredist/vcredist_x64.exe
|
|
/external/vcredist/vcredist_x86.exe
|