aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 06251fec1c916b40d74277011e6987e2905f45f7 (plain) (blame)
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
# vim temp files
*~
*.swp
*.swo

# generated output
*.la
*.lo
*.o
/libbrandt-*.tar.gz
bench

# test files
test_*
!test_*.c

# latex stuff
*.aux
*.log
*.pdf

/doc/man/
/doc/html/

# autofoo
Makefile
Makefile.in

/brandt_config.h
/brandt_config.h.in
/stamp-h1
/.deps/
/.libs/
/aclocal.m4
/autom4te.cache/
/autoscan-*.log
/compile
/config.guess
/config.log
/config.status
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/
/missing
/test-driver