File: .gitignore

package info (click to toggle)
pacparser 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,276 kB
  • sloc: ansic: 72,713; python: 299; sh: 169; makefile: 144
file content (44 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
# Object files
*.o

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.dSYM

# Executables
*.exe
*.out
*.app

# Packages
tools/packages
*.dmg
*.pkg

# Other build files
*buildstamp
src/spidermonkey/js
src/pactester

# OS specific files
.DS_Store

# build
**build

# Sonar scanner
.scannerwork

#  .json config
*.json
pactester
info.plist

.gemini/tmp