Skip to content

Instantly share code, notes, and snippets.

@IvanZuy
Created January 5, 2014 04:43
Show Gist options
  • Save IvanZuy/8264427 to your computer and use it in GitHub Desktop.
Save IvanZuy/8264427 to your computer and use it in GitHub Desktop.
.gitignore for Keil project.
*.axf
*.htm
*.Inp
*.map
*.tra
*.dep
*.__i
*.crf
*.d
*.o
*.lst
*.lnp
*.bak
*.Vishwas
*.bin
*.fed
*._2i
*.l1p
*.l2p
*.iex
.#*
*.uvgui.*
*.uvopt
@noparkinghere
Copy link

thx,the *.bak can be ignore?
whether the file record something about the project?

@sommmen
Copy link

sommmen commented Mar 2, 2017

@IvanZuy

these files show up; i'm guessing they can be added aswell?

.uvoptx
.uvprojx
.TMP (obviously)
.uvguix.Username

@xxyyttxx
Copy link

it seems that you copied and modified the ignore file from https://gist.github.com/vishwassharma/5078386
as the ".Vishwas" suffix is according to your windows user name/code
and you used "
.uvgui." instead but forgot to delete ".Vishwas".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment