creating gitignore file

This commit is contained in:
Paul Molloy 2017-07-22 13:42:05 -05:00
parent 464598be21
commit aabf49d1ee
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
########################################
# Ignore files ending in the following #
########################################
*.o
# ignore shared files that have been copied to host-firmware dirs
firmware/source/shared_*.h
host/source/shared_*.h
# ignore trash/temp files stored in host/ignore
host/ignore