summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a768d50bed42f16689f101a0f132ff82b1cbf128 (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
# Some generics first
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# autotools
autom4te.cache/*
aux-build/*
aclocal.m4
config.h.in
configure
Makefile.in

# eclipse
.project
.cproject
.settings/*
.pydevproject

# swap files
*.swp

# python
*.pyc

# project specific
build/*