aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b4168987a50f62a5d047e23d675eba63a669ee2b (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
# Autotools
/configure
/config.h
/config.h.in
/config.log
/config.status
/config
/aclocal.m4
/autom4te.cache
/libtool
.deps/
.libs/
*.la
*.lo
*.a
*.o
Makefile
Makefile.in
doc/Doxyfile
/teco

# OpenWatcom build system
*.obj
*.OBJ
*.exe
*.EXE
*.map
*.MAP
*.err
*.ERR

# Doxygen
/doc/html