aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 495866cb5e222ec3c485b90ee879813872d3c3df (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
# .gitignore for the V-REP automobile plugin                        -*- conf -*-

# Editor backup files
*~
\#*
.\#*

# autoscan
autoscan.log
configure.scan

# aclocal
aclocal.m4
autom4te.cache/
m4/libtool.m4
m4/lt*.m4

# autoconf
configure

# autoheader
config.h.in

# libtoolize
ltmain.sh

# automake
Makefile.in
ar-lib
config.guess
config.sub
depcomp
install-sh
missing

# configure
.deps/
Makefile
config.h
config.log
config.status
libtool
ppamltracer.pc
stamp-*

# make
.libs/
*.la
*.lo
*.o