File: .gitignore

package info (click to toggle)
charls 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,000 kB
  • sloc: cpp: 4,814; cs: 1,065; ansic: 158; xml: 21; makefile: 17
file content (30 lines) | stat: -rw-r--r-- 410 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
# GIT ignore file for CharLS

obj/
bin/
Win32/
x64/
.vscode/
[Dd]ebug/
[Rr]elease/
[Cc]hecked/
*.opensdf
*.sdf

# Ignore files created by Visual Studio
*.suo
*.user
*.ipch
*.opendb
*.db
*.aps

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/

# Ignore Coverity build folder
cov-int/