diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/Lazarus | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/options/gitignore/Lazarus b/options/gitignore/Lazarus new file mode 100644 index 0000000..b32943f --- /dev/null +++ b/options/gitignore/Lazarus @@ -0,0 +1,30 @@ +# Lazarus compiler-generated binaries (safe to delete) +*.exe +*.dll +*.so +*.dylib +*.lrs +*.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. +backup/ +*.bak +lib/ + +# Application bundle for Mac OS +*.app/ |