summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 39fd4af47998afcd9bab8091b4406b8b1da911da (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
syntax: glob

# unionfs specific
unionfs_debug.log
unionfs

# build directory
build/*
BUILD/*

# codelite project files
*.project

# vi tmp files
*.swp

# build directory
build/*

# vi tmp files
*.swp

# Autofoo entries
*.o
*.la
*.lo
*.pyc
*.ko
*.a
.libs
.deps
*.cache
.cvsignore
compile
configure.status
configure.lineno
depcomp
libtool
ltconfig
libltdl
py-compile

# BEAM Entries
*.beam
parser-messages
MISC_ERRORS
cscope.files
cscope.out
updates
logs

# OS and Editor Artifacts
.DS_Store
*.diff
*~

# Misc
TAGS
tags
.gres.*
*.orig
.gdb_history

# kdevelop
*.kdevelop*
*.kdevses
Doxyfile

# Subversion foo
.svn

# diff rejects
*.rej

# Entries better done as regexp's to avoid matching too broadly
syntax: regexp
^config\.*
README$
Makefile$