.gitignore

This commit is contained in:
Chia-Che Tsai
2016-07-19 21:39:53 -04:00
parent 0eb21858b0
commit bf2a41a301
5 changed files with 32 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/Runtime/
+13
View File
@@ -0,0 +1,13 @@
# no backup files
*~
*.sw*
*.backup
# source only please
*.o
*.so
*.a
*cscope*
glibc-*
+10
View File
@@ -0,0 +1,10 @@
*.o
libpal.a.backup
libpal.so.backup
cscope*
*.a
*.so
*.run
*.sw*
*~
.nfs*
+7
View File
@@ -0,0 +1,7 @@
/host_endian.h
*.o
*.so
*.a
pal
pal_sec
Makefile.Status
+1
View File
@@ -0,0 +1 @@
*.pyc