forked from machinekit/machinekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
71 lines (71 loc) · 1.27 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
71
autosave.halscope
build-stamp
*.pyc
*.o
*.ko
*.so
*.so.*
*.a
*.pdf
*.tex
*.mod.c
*.cmd
.tmp*
# Ignore generated html files,
/docs/src/*/*.html
# Except Gcode quick-ref cards (en,de,sp,fr) which are maintained by hand
!docs/html/gcode*.html
# 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
docs/html/drivers
/configs/*/emc.nml
!/configs/common/emc.nml
/docs/src/source-highlight/local
/docs/src/man/man1/linuxcnc.1
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
*.9
**/DOTGIT
src/machinetalk/generated/*
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
tests/*/*/*/NUM_PINS_FOUND
src/machinekitcfg.py-tmp
scripts/machinekit.ini.tmpl
src/objects/*
debian/linuxcnc-*.files
src/hal/cython/machinekit/*.c