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