forked from makerbot/Miracle-Grue
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
47 lines (39 loc) · 772 Bytes
/
.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
#ignore netbeans project directory
nbproject
#ignore project files from eclipse
/.cproject
/.project
/.pydevproject
/.svn
# ignore object files (recursive)
*.o
*.a
*.so
*.bak
*.pyc
#ignore build system files
Makefile.*
/miracle_gui.pro.user
/.sconsign.dblite
/moc_*.cpp
/ui_mainwindow.h
#ignore generated gcode files
/*.gcode
inputs/*.gcode
ezlogger.txt
#ignore unit tests
/*UnitTest
*.passed
test_cases/slicerCupTestCase/output/*.scad
test_cases/slicerCupTestCase/output/*.gcode
test_cases/GCoderTestCase/output/*.gcode
test_cases/fileWriterTestCase/output/*
src/unit_tests/*TestCase/*
src/unit_tests/unit_tests.pri
#ignore doyxgen generated docs
documentation/Doxyfile/*
documentation/html/*
documentation/latex/*
documentation/man/*
#ignore bin directory
bin/*