瀏覽代碼

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>
Ajay Bhargav 10 年之前
父節點
當前提交
acff70b22d
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      .gitignore

+ 7 - 1
.gitignore

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