diff --git a/Delphi.gitignore b/Delphi.gitignore index 02acd6a9..37428591 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,14 +1,23 @@ -*.dcu +# IDE - History and Backup Files *.~* +__history + +# IDE - Machine Specific Settings *.local *.identcache -__history +*.dsk + +# Output Directory +bin/* + +# Compiler / Linker output +*.dcu *.drc *.map *.exe *.dll +*.bpi *.bpl *.dcp *.so -*.apk -bin/* +*.apk \ No newline at end of file