forked from woodenshark/Lightpack
-
Notifications
You must be signed in to change notification settings - Fork 189
/
.gitignore
72 lines (70 loc) · 1.09 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
Hardware/.+\.[s,d,b]#\d
Hardware/[^.]+\.pro
Hardware/[^.]+\.epf
Firmware/obj/
Firmware/.dep/
Firmware/.settings
Firmware/.project
Firmware/.cproject
Software/**/Makefile*
Software/res/qrc_[^.]+.cpp
Software/res/translations/*.qm
Software/[^.]+.pro.user
.metadata/
Software/apiexamples/.+\.pyc
Software/deb/DEBIAN/md5sums
Software/[^/\\]+\.deb
syntax: regexp
Software/dist_windows/Output/
syntax: glob
*-build-desktop*/
*-Software-*/
*-build-*/
Software/PythonQt/generator/*.dll
Software/PythonQt/generator/*.exe
Software/python_binaries_win32/
Software/update_locales.bat
Software/src/src.pri
generated_cpp/
Software/bin
Software/**/bin
Software/docs
Firmware/LUFA/Documentation
Software/deb/usr/lib/*
Software/PythonQt/lib/*
!Software/PythonQt/lib/.keep_me
Software/tests/Profiles/*
Software/tests/main.conf
Doxyfile
stuff/
*.a
*.o
*.user
*.log
*.tmp
*.dmg
*moc_*.cpp
moc_*.h
*.eep
*.elf
*.lss
*.map
*.sym
Software/dmg/contents
build-vars.prf
debug/
release/
Software/dist_windows/content
Software/lib
Software/.vs
*.vcxproj
*.filters
*.sln
*.suo
*.sdf
*.opensdf
vc*.pdb
*.xcodeproj
*~
Software/.qmake.stash
.DS_Store