File: .gitignore

package info (click to toggle)
bolt 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,820 kB
  • sloc: ansic: 28,978; python: 2,817; xml: 460; javascript: 269; sh: 173; makefile: 14
file content (25 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (3)
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

# files
*~
*.log
*.xz

# directories
build/
dist/

# coverity
cov-int/
coverity/

# IDEs and related
.ccls-cache/
.cquery_cached_index/
compile_commands.json
.idea
.gdb_history
.vscode/

# emacs
TAGS
\#*\#