Created
January 5, 2014 04:43
-
-
Save IvanZuy/8264427 to your computer and use it in GitHub Desktop.
.gitignore for Keil project.
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
*.axf | |
*.htm | |
*.Inp | |
*.map | |
*.tra | |
*.dep | |
*.__i | |
*.crf | |
*.d | |
*.o | |
*.lst | |
*.lnp | |
*.bak | |
*.Vishwas | |
*.bin | |
*.fed | |
*._2i | |
*.l1p | |
*.l2p | |
*.iex | |
.#* | |
*.uvgui.* | |
*.uvopt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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".