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