Add some .gitignore files

This commit is contained in:
Gregory Nutt 2016-10-13 16:29:50 -06:00
parent 1c383b6651
commit c078573677
2 changed files with 7 additions and 0 deletions

3
arch/xtensa/include/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/board
/chip

4
arch/xtensa/src/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.depend
/Make.dep
/board
/chip