forked from Embroidermodder/Embroidermodder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
113 lines (103 loc) · 2.72 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
##############################################################################
## This is the project-wide .gitignore file for the Embroidermodder 2 project
## source code repository.
## These file and directory patterns are ignored when commiting changes.
##
## Lines starting with a (#) character are comments.
## A python lexer with just comment lines highlighting is usually fine for syntax highlighting in
## your prefered editor for gitignore files. NOTE: patterns starting with \# are valid(escaped).
##
## Additional information on .gitignore files can be found here:
## http://git-scm.com/docs/gitignore
## https://help.github.com/articles/ignoring-files
## http://stackoverflow.com/questions/10274424/best-practice-for-using-multiple-gitignore
## Additional .gitignore templates can be found here:
## https://github.com/github/gitignore
##############################################################################
#########################
# Embroidermodder 2 #
#########################
embroidermodder2/TODO
embroidermodder2/settings.ini
embroidermodder2/prompt.log
embroidermodder2/embroidermodder2
embroidermodder2/doxygen
#########################
# libembroidery #
#########################
libembroidery/TODO
libembroidery/doxygen
libembroidery/lib
#########################
# libembroidery-convert #
#########################
libembroidery-convert/TODO
libembroidery-convert/libembroidery-convert
#########################
# libembroidery-test #
#########################
libembroidery-test/TODO
libembroidery-test/libembroidery-test
#########################
# Misc Dev Files #
#########################
*.moc
*.obj
*Makefile*
*_memleak*
*callgrind.*
*object_script.*
*.pro.user*
moc_*.cpp
qrc_*.cpp
*-build-*
#########################
# Libraries #
#########################
## Compiled Static libraries
*.lai
*.la
*.lib
*.a
## Compiled Dynamic libraries
*.dll
*.so
*.so.*
*.dylib
#########################
# Executables #
#########################
*.exe
*.out
*.app
#########################
# OS generated files #
#########################
## Macintosh
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
## MSWindows
ehthumbs.db
Thumbs.db
Desktop.ini
#########################
# Python #
#########################
## Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd
#########################
# Experimental Python #
#########################
## Generated Settings Ini from experimental/python/gui
embroidermodder2/settings-py.ini
## Sphinx documentation
experimental/python/gui/embroiderdocs/_build
# Include the sphinx Makefile
!experimental/python/gui/embroiderdocs/Makefile
## Bindings stuff
build-swigpython-Desktop_Qt_[0-9]_[0-9]_[0-9]_MinGW_32bit-Debug