LoginSignup
4
0

More than 5 years have passed since last update.

μVisionのプロジェクトをGit管理するときの.gitignore設定

Last updated at Posted at 2018-08-18

調べてもそれらしい設定例が出てこなかったので、
適当ですが自分の場合の設定を書いておきます。

.gitignore

*.uvguix.*
/Listings
/Objects

*.htm
*.map

*.axf
*.d
*.crf
*.hex
*.o

*.dep

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0