ソースを参照

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