forked from john0312/hitcon-pcb-badge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# HITCON PCB Badge | ||
|
||
## Project Setup | ||
|
||
After cloning the repository, execute the following commands to prevent the environment from being checked by Git. | ||
|
||
```shell | ||
git config --local filter.eclipse_env_hash.clean "sed 's/env-hash=\"[^\"]*\"/env-hash=\"\"/g'" | ||
git config --local filter.eclipse_env_hash.smudge cat | ||
``` | ||
|
||
ref: [Eclipse Community Forums: C / C++ IDE (CDT) » Keeping language.settings.xml under source control?](https://www.eclipse.org/forums/index.php/t/1074031/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.settings/language.settings.xml filter=eclipse_env_hash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Generated by STM32CubeIDE | ||
# compiled files | ||
Debug/ | ||
Release/ |