File: .gitignore

package info (click to toggle)
astroidmail 0.16%2B20240629-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,140 kB
  • sloc: cpp: 21,133; ansic: 1,619; python: 93; sh: 73; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 227 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
26
27
# I use vi
*.swp
*.swo

# I use emacs
*~


# profiling
gmon.out
prof.*

# various tmp files
*.pyc
core*
\#*\#


# generated from tests run in a chroot
tmp-*

# Common build dirs
build/*
_build/*
compile_commands.json
.vagrant