summaryrefslogtreecommitdiff
path: root/gitignore/Global/Lazarus.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'gitignore/Global/Lazarus.gitignore')
-rw-r--r--gitignore/Global/Lazarus.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/gitignore/Global/Lazarus.gitignore b/gitignore/Global/Lazarus.gitignore
new file mode 100644
index 0000000..b32943f
--- /dev/null
+++ b/gitignore/Global/Lazarus.gitignore
@@ -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/