Skip to content

Commit ef00a61

Browse files
committed
Merge pull request #1392 from Arvur/master
Reworked Lazarus.gitignore according to Lazarus Wiki
2 parents 8d1ca41 + 7923428 commit ef00a61

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

Global/Lazarus.gitignore

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
1-
#ignore backup files
2-
backup/
3-
4-
#ignore files generated by the compiler
5-
lib/
1+
# Lazarus compiler-generated binaries (safe to delete)
2+
*.exe
3+
*.dll
4+
*.so
5+
*.dylib
6+
*.lrs
7+
*.res
68
*.compiled
9+
*.dbg
10+
*.ppu
711
*.o
812
*.or
9-
*.ppu
13+
*.a
1014

11-
#ignore debug information files
12-
*.dbg
15+
# Lazarus autogenerated files (duplicated info)
16+
*.rst
17+
*.rsj
18+
*.lrt
1319

14-
#exclude executable output in windows
15-
*.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

Comments
 (0)