diff --git a/Lazarus.gitignore b/Lazarus.gitignore new file mode 100644 index 00000000..43b15aa7 --- /dev/null +++ b/Lazarus.gitignore @@ -0,0 +1,38 @@ +# Lazarus compiler-generated binaries (safe to delete) +*.exe +*.dll +*.so +*.dylib +*.res +*.compiled +*.dbg +*.ppu +*.o +*.or +*.a + +# Lazarus autogenerated files (duplicated info) +*.rst +*.rsj +*.lrt + +# Lazarus local files (user-specific info) +*.lps + +# Lazarus backups and unit output folders. +# These can be changed by user in Lazarus/project options. +bin/ +backup/ +bak/ +lib/ +log/ +logs/ +tmp/ +temp/ +superado/ +_superado/ +modules/ +*.bak + +# Application bundle for Mac OS +*.app/