aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e177bb29ddfd80ba084fb46eaa5b24dfd357cbb3 (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
# 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

/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