summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0cae2b7f98dee9fab7dc2f39be62f762109fd493 (plain)
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
45
46
47
48
49
50
51
52
53
*.swp
*~

# Generated by autotools
.deps
aclocal.m4
autom4te.cache
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
Makefile.in
Makefile
!tests/data/Makefile
missing
compile
libtool
ltmain.sh

# Compiled executables
*.o
*.a
src/evmctl
tests/openclose
config.h
config.h.in
stamp-h1
#*.spec

# But don't ignore the symlinks with the same names in this directory
!tests/valgrind/*

# cscope/tags
tags
TAGS
cscope.*
ncscope.*

# Generated documentation
*.8
*.5
manpage.links
manpage.refs

# quilt's files
patches
series

# test output