summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0580afb79e0b25d89db7b4974cd650bad8141645 (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
Makefile
Makefile.in
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
include/config.h
include/stamp-h1

# Object files
*.o
*.ko
*.obj
*.elf

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Other stuff
.deps/
/config.log
/config.status
/libtool
INSTALL
config.guess
config.sub
include/config.h.in
ltmain.sh
m4/libtool.m4
m4/ltversion.m4