]> git.donarmstrong.com Git - qmk_firmware.git/blob - .gitignore
adds support for preonic rev 3
[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 doxygen/
27 .DS_STORE
28 /util/wsl_downloaded
29 /util/win_downloaded
30 /keyboards/*/Makefile
31 /keyboards/*/*/Makefile
32 /keyboards/*/*/*/Makefile
33 /keyboards/*/*/*/*/Makefile
34 /keyboards/*/*/*/*/*/Makefile
35 /keyboards/*/keymaps/Makefile
36 /keyboards/*/*/keymaps/Makefile
37 /keyboards/*/*/*/keymaps/Makefile
38 /keyboards/*/*/*/*/keymaps/Makefile
39 /keyboards/*/*/*/*/*/keymaps/Makefile
40
41 # Eclipse/PyCharm/Other IDE Settings
42 .cproject
43 .project
44 .settings/
45 .idea
46 *.iml
47 .browse.VC.db*
48 *.stackdump
49 util/Win_Check_Output.txt
50 # Let these ones be user specific, since we have so many different configurations
51 .vscode/c_cpp_properties.json
52 .vscode/launch.json
53 .vscode/tasks.json
54 .vscode/last.sql
55 .vscode/temp.sql
56 .stfolder
57 .tags
58
59 # ignore image files
60 *.png
61 *.jpg
62 *.gif
63
64 # Do not ignore MiniDox left/right hand eeprom files
65 !keyboards/minidox/*.eep
66
67 # things travis sees
68 secrets.tar
69 id_rsa_*
70 /.vs