Browse Source

Cleanup gitignore (#13390)

pull/13414/head
Ryan 2 years ago
committed by GitHub
parent
commit
5046883531
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 40 deletions
  1. +47
    -40
      .gitignore
  2. +0
    -0
      keyboards/planck/keymaps/ishtob/rules.mk
  3. +0
    -0
      keyboards/preonic/keymaps/that_canadian/rules.mk
  4. +0
    -0
      keyboards/wilba_tech/zeal60/keymaps/tusing/rules.mk

+ 47
- 40
.gitignore View File

@ -1,36 +1,33 @@
.history/
.dep
*.o
*.bin
*.eep
# Junk files
*.bak
*.swp
*~
.DS_Store
# Build artifacts
.clang_complete
.build/
*.elf *.elf
*.hex
*.uf2
*.qmk
!util/bootloader.hex
!quantum/tools/eeprom_reset.hex
*.log *.log
*.lss *.lss
*.lst *.lst
*.map *.map
*.o
*.stackdump
*.sym *.sym
*.swp
tags
*~
# QMK-specific
api_data/v1 api_data/v1
build/
.build/
*.bak
.vagrant/
quantum/version.h
.idea/
CMakeLists.txt
cmake-build-debug
.clang_complete
doxygen/ doxygen/
.DS_Store
/util/wsl_downloaded
/util/win_downloaded
quantum/version.h
!quantum/tools/eeprom_reset.hex
*.bin
*.eep
*.hex
*.qmk
*.uf2
# Old-style QMK Makefiles
/keyboards/*/Makefile /keyboards/*/Makefile
/keyboards/*/*/Makefile /keyboards/*/*/Makefile
/keyboards/*/*/*/Makefile /keyboards/*/*/*/Makefile
@ -43,39 +40,49 @@ doxygen/
/keyboards/*/*/*/*/*/keymaps/Makefile /keyboards/*/*/*/*/*/keymaps/Makefile
# Eclipse/PyCharm/Other IDE Settings # Eclipse/PyCharm/Other IDE Settings
*.iml
.browse.VC.db*
.cproject .cproject
.idea
.idea/
.project .project
.settings/ .settings/
.idea
*.iml
.browse.VC.db*
*.stackdump
.vagrant/
# ?
.dep
.history/
build/
cmake-build-debug
CMakeLists.txt
# Let these ones be user specific, since we have so many different configurations # Let these ones be user specific, since we have so many different configurations
*.code-workspace *.code-workspace
.stfolder
.tags
.vscode/c_cpp_properties.json .vscode/c_cpp_properties.json
.vscode/ipch/
.vscode/last.sql
.vscode/launch.json .vscode/launch.json
.vscode/tasks.json .vscode/tasks.json
.vscode/last.sql
.vscode/temp.sql .vscode/temp.sql
.vscode/ipch/
.stfolder
.tags
tags
# ignore image files
*.png
# Ignore image files
*.gif *.gif
*.jpg *.jpg
*.png
# things travis sees
secrets.tar
id_rsa_*
# Things Travis sees
/.vs /.vs
id_rsa_*
secrets.tar
# python things
# Python things
__pycache__ __pycache__
.python-version .python-version
# prerequisites for updating ChibiOS
# Prerequisites for updating ChibiOS
/util/fmpp* /util/fmpp*
# Allow to exist but don't include it in the repo # Allow to exist but don't include it in the repo


keyboards/planck/keymaps/ishtob/rule.mk → keyboards/planck/keymaps/ishtob/rules.mk View File


keyboards/preonic/keymaps/that_canadian/Makefile → keyboards/preonic/keymaps/that_canadian/rules.mk View File


keyboards/wilba_tech/zeal60/keymaps/tusing/Makefile → keyboards/wilba_tech/zeal60/keymaps/tusing/rules.mk View File


Loading…
Cancel
Save