File: .gitignore

package info (click to toggle)
doublecmd 1.1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 43,968 kB
  • sloc: pascal: 374,419; sh: 1,180; ansic: 724; makefile: 132; python: 52; xml: 16
file content (35 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Lazarus compiler-generated binaries (safe to delete)
*.exe
*.dll
*.so
*.dylib
*.lrs
*.res
*.compiled
*.dbg
*.ppu
*.o
*.or
*.a
*.zdli
*.dsx
*.w?x
units/
/doublecmd

# Lazarus autogenerated files (duplicated info)
*.rst
*.rsj

# 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/
.DS_Store