/ .gitignore
.gitignore
1 autosave.halscope 2 build-stamp 3 *.pyc 4 *.o 5 *.ko 6 *.so 7 *.so.* 8 *.a 9 *.pdf 10 *.tex 11 *.mod.c 12 *.cmd 13 .tmp* 14 # Ignore generated html files, 15 /docs/src/*/*.html 16 # docs/html/.gitignore is for the html directory 17 debian/*.debhelper.log 18 rtlib/Module.symvers 19 share/*/*.desktop 20 share/menus/CNC.menu 21 share/desktop-directories/cnc.directory 22 src/modules.order 23 /configs/*/emc.nml 24 !/configs/common/emc.nml 25 /docs/src/source-highlight/local 26 lib/python/gremlin.py 27 lib/python/qt5_graphics.py 28 lib/python/touchy 29 configs/sim/gmoccapy/*.pref 30 configs/sim/gmoccapy/gmoccapy_plasma/*.pref 31 configs/sim/gmoccapy/gmoccapy-JA/*.pref 32 # Miscellaneous generated files (Rob) 33 cscope 34 cscope.* 35 *.kdev* 36 oprofile* 37 *.log 38 position.txt 39 *.9 40 *.glade.h