Update gitignore to avoid tracking unwanted files

.gitignore updated to avoid tracking files generated after build. Following list
of files are added:
*.o
*.a
*.so
*.swp
*.patch
tags

Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
This commit is contained in:
Ajay Bhargav 2015-08-12 12:53:33 +05:30
parent f86b9bdfcf
commit acff70b22d
1 changed files with 7 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,2 +1,8 @@
.svn
test
test
*.o
*.a
*.so
*.swp
*.patch
tags