We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d1ca41 + 7923428 commit ef00a61Copy full SHA for ef00a61
Global/Lazarus.gitignore
@@ -1,15 +1,30 @@
1
-#ignore backup files
2
-backup/
3
-
4
-#ignore files generated by the compiler
5
-lib/
+# Lazarus compiler-generated binaries (safe to delete)
+*.exe
+*.dll
+*.so
+*.dylib
6
+*.lrs
7
+*.res
8
*.compiled
9
+*.dbg
10
+*.ppu
11
*.o
12
*.or
-*.ppu
13
+*.a
14
-#ignore debug information files
-*.dbg
15
+# Lazarus autogenerated files (duplicated info)
16
+*.rst
17
+*.rsj
18
+*.lrt
19
-#exclude executable output in windows
-*.exe
20
+# Lazarus local files (user-specific info)
21
+*.lps
22
+
23
+# Lazarus backups and unit output folders.
24
+# These can be changed by user in Lazarus/project options.
25
+backup/
26
+*.bak
27
+lib/
28
29
+# Application bundle for Mac OS
30
+*.app/
0 commit comments