]> git.donarmstrong.com Git - qmk_firmware.git/blob - .gitignore
[Keyboard] leds in default keymap (#6357)
[qmk_firmware.git] / .gitignore
1 .history/
2 .dep
3 *.o
4 *.bin
5 *.eep
6 *.elf
7 *.hex
8 *.qmk
9 !util/bootloader.hex
10 !quantum/tools/eeprom_reset.hex
11 *.log
12 *.lss
13 *.lst
14 *.map
15 *.sym
16 *.swp
17 tags
18 *~
19 build/
20 .build/
21 *.bak
22 .vagrant/
23 quantum/version.h
24 .idea/
25 CMakeLists.txt
26 cmake-build-debug
27 doxygen/
28 .DS_STORE
29 /util/wsl_downloaded
30 /util/win_downloaded
31 /keyboards/*/Makefile
32 /keyboards/*/*/Makefile
33 /keyboards/*/*/*/Makefile
34 /keyboards/*/*/*/*/Makefile
35 /keyboards/*/*/*/*/*/Makefile
36 /keyboards/*/keymaps/Makefile
37 /keyboards/*/*/keymaps/Makefile
38 /keyboards/*/*/*/keymaps/Makefile
39 /keyboards/*/*/*/*/keymaps/Makefile
40 /keyboards/*/*/*/*/*/keymaps/Makefile
41
42 # Eclipse/PyCharm/Other IDE Settings
43 .cproject
44 .project
45 .settings/
46 .idea
47 *.iml
48 .browse.VC.db*
49 *.stackdump
50 util/Win_Check_Output.txt
51 # Let these ones be user specific, since we have so many different configurations
52 .vscode/c_cpp_properties.json
53 .vscode/launch.json
54 .vscode/tasks.json
55 .vscode/last.sql
56 .vscode/temp.sql
57 .vscode/ipch/
58 .stfolder
59 .tags
60
61 # ignore image files
62 *.png
63 *.jpg
64 *.gif
65
66 # Do not ignore MiniDox left/right hand eeprom files
67 !keyboards/minidox/*.eep
68
69 # things travis sees
70 secrets.tar
71 id_rsa_*
72 /.vs
73
74 # python things
75 __pycache__