Jelajahi Sumber

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 tahun lalu
induk
melakukan
acff70b22d
1 mengubah file dengan 7 tambahan dan 1 penghapusan
  1. 7 1
      .gitignore

+ 7 - 1
.gitignore

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