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
@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