summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b58eed8d2e6ad7c371e54439fa125f1a0c0d26bc (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
*.swp
*.*~
build/
missing
install-sh
configure
config.h.in
Makefile.in
aclocal.m4
autom4te.cache/
compile
depcomp
*.o
*.gcov
*.gcda
*.gcno

# I want to ignore log files
*.log

# Core files should never be checked in
core

# ignore patches too, the code is either checked in or branch.
*.patch*

doc/*.html
doc/*.1
*.unc-backup~
*.unc-backup.md5~