Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitignore: refactor, unify & update #1731

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 55 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#### Generic ####

# Object files
*.o
*.ko
*.obj
*.elf
*.d
*.DS_Store

# Precompiled Headers
*.gch
*.pch
Expand All @@ -31,40 +34,30 @@
# Debug files
*.dSYM/
*.su
source/.metadata/*

TS100/KiCad/TS100.bak
Logo GUI/TS100 Logo Editor/TS100 Logo Editor/obj/
Logo GUI/TS100 Logo Editor/TS100 Logo Editor/bin/
*.cache
Translation Editor/.vscode/
Translation Editor/__pycache__/
# Custom scripts & misc. files
*.pyc
*.lst
*.mk
*.list
source/Hexfile/
source/Objects/

ci/artefacts/
ci/secrets/unencrypted/
# Auto generated files
*.cache
codeship.aes
.vscode/settings.json
CoreCompileInputs.cache

# Auto generated files
source/Core/Inc/unit.h
source/Core/Gen/
# IDE configs
.vs/*
.settings/*
..cproject.swp
.cproject.swp

# Visual Studios
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vscode/settings.json

# Eclipse
.metadata
Expand Down Expand Up @@ -120,11 +113,24 @@ local.properties
.scala_dependencies
.worksheet

# Jetbrains
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# source code tagging systems (GNU Global, ctags, cscope)
GPATH
GRTAGS
GTAGS
*tags
*tags/
.*tags
.*tags/
cscope.*
cscope/
.cscope/


#### Jetbrains: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm ####
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
Expand Down Expand Up @@ -174,7 +180,35 @@ fabric.properties
# Editor-based Rest Client
.idea/httpRequests

CoreCompileInputs.cache
.vscode/settings.json

#### IronOS project specific files ####

# Binaries
source/Hexfile/
source/Objects/

# Autogenerated
source/Core/Gen/
source/Core/Inc/unit.h

# Deploy
scripts/ci/artefacts/
scripts/ci/secrets/unencrypted/

# Generated static local docs
site/

# Translations
Translations/__pycache__/
Translation Editor/__pycache__/
Translation Editor/.vscode/

# misc.
source/compile_commands.json
.idea/
source/.metadata/*

# TS100 related
TS100/KiCad/TS100.bak
Logo GUI/TS100 Logo Editor/TS100 Logo Editor/obj/
Logo GUI/TS100 Logo Editor/TS100 Logo Editor/bin/