summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 62d3e58be8f9fcf1d99d89642066bee55052565b (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
# -*- mode: sh -*-

# Emacs
*~

# Object files
*.o
*.l[ao]

# Autoconf & Co
.deps
.libs
Makefile
Makefile.in

# Flex/Bison
*_gram.c
*_gram.h
*_tok.c

# Python
__pycache__

# d2c
*.g
.gen
fmk.done
src/arch/arm/v7/opcodes/

# GLib
src/glibext/chrysamarshal.*