-
Notifications
You must be signed in to change notification settings - Fork 245
/
.gitignore
60 lines (58 loc) · 1.05 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
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/[^.]+.pro.user
.metadata/
Software/apiexamples/.+\.pyc
Software/deb/DEBIAN/md5sums
Software/[^/\\]+\.deb
syntax: regexp
Software/installer/Output/
syntax: glob
*-build-desktop*/
*-Software-*/
*-build-*/
Software/installer/*.dll
Software/installer/*.exe
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
*.eep
*.elf
*.lss
*.map
*.sym
Software/dmg/contents
build-vars.prf
Makefile*
debug/
release/
Software/dist_windows/content