aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: aa3c269a9638f45006bf5caaf423a6e81eadc0fd (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
# vim temp files
*~
*.swp

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

# test files
test_*
!test_*.c

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

/doc/man/
/doc/html/

# autofoo
Makefile
Makefile.in

/.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