File: .gitignore

package info (click to toggle)
metkit 1.16.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,280 kB
  • sloc: cpp: 16,169; sh: 2,532; python: 790; ansic: 71; makefile: 19
file content (21 lines) | stat: -rw-r--r-- 225 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
.atom-build.yaml
.tags*
CMakeLists.txt.user*
*.autosave
doc/html
doc/latex
*.sublime-workspace
.*.sw*
.*un~
*.ccls-cache
*.py[cod]
*.swp
**/__pycache__
.vscode
*.egg-info
.pytest_cache
*.prof
*.idx
.mypy_cache
build/
Testing/