summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9c563d635f6faf2b13043fe99691cbf10ef5ee2f (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
47
48
49
50
# Autotools-generated files.
aclocal.m4
autom4te.cache
compile
config.guess
config.h.in
config.lt
config.sub
configure
depcomp
INSTALL
install-sh
ltmain.sh
m4
Makefile.in
missing
py-compile

# Configuration-generated files.
config.h
config.log
config.status
libtool
Makefile
PKG-INFO
pygtk-codegen-2.0
pygtk.spec
stamp-h1

# Build-generated files.
*.la
*.lo
*.o
*.pc
*.pyc
*.so
.deps
.libs
build
dist

# Codegen output.
atk.c
pango.c
pangocairo.c

# Eclipse files.
.settings
.project
.pydevproject