forked from machinekit/machinekit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
70 lines (70 loc) · 1.21 KB
/
.gitignore
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
autosave.halscope
build-stamp
*.pyc
*.o
*.ko
*.so
*.so.*
*.a
*.pdf
*.tex
*.mod.c
*.cmd
.tmp*
# Except Gcode quick-ref cards (en,de,sp,fr) which are maintained by hand
# Ignore all LyX files, we're done with them now.
*.lyx
debian/*.debhelper.log
rtlib/Module.symvers
share/*/*.desktop
share/menus/CNC.menu
share/desktop-directories/cnc.directory
src/modules.order
/configs/*/emc.nml
!/configs/common/emc.nml
lib/python/gremlin.py
lib/python/touchy
tests/*/skip
tests/*/*/skip
tests/*/*/*/skip
/rtlib/
/libexec/
/etc/
tests/rtapi.0/rtapi_test
tests/bitops.0/bitops
#
# emacs droppings
*~
\#*\#
.\#*
core.*
configs/sim/gmoccapy/*.pref
configs/sim/gmoccapy/gmoccapy_plasma/*.pref
# Miscellaneous generated files (Rob)
cscope
cscope.*
*.kdev*
oprofile*
*.log
position.txt
*.9comp
**/DOTGIT
src/machinetalk/build/*
lib/python/*_pb2.py
lib/python/pb2json.py
lib/python/google/
lib/python/nanopb_generator.py
lib/python/protoc-gen-nanopb
lib/python/machinekit/__init__.py
lib/python/machinekit/config.py
lib/python/machinetalk
tests/*/*/*/NUM_PINS_FOUND
src/machinekitcfg.py-tmp
scripts/machinekit.ini.tmpl
src/objects/*
debian/linuxcnc-*.files
src/hal/cython/machinekit/*.c
# mk-build-deps artifact
/machinekit-build-deps_*.deb
.directory
*.9icomp