aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 185dd0b5eada04ace5c44460d448b663314587a2 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
# Autotools
/configure
/config.h
/config.h.in
/config.log
/config.status
/config
/aclocal.m4
/autom4te.cache
/libtool
.deps/
.libs/
*.la
*.lo
*.a
*.o
*.exe
Makefile
Makefile.in
stamp-*

# Autotest
/tests/package.m4
atconfig
atlocal
testsuite
testsuite.log
testsuite.dir

# Binaries
/src/sciteco
/src/sciteco-minimal

# Generated source files
/src/interface-gtk/gtk-info-popup.[ch]
/src/interface-gtk/gtk-canonicalized-label.[ch]
/src/symbols-scintilla.cpp
/src/symbols-scilexer.cpp

# Generated documentation
/doc/sciteco.[17]
/doc/sciteco.[17].html
/doc/sciteco.7.in
/doc/sciteco.7.htbl
/doc/Doxyfile
/doc/doxygen