Browse Source

.gitignore

Chia-Che Tsai 7 years ago
parent
commit
bf2a41a301
5 changed files with 32 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 13 0
      LibOS/.gitignore
  3. 10 0
      Pal/.gitignore
  4. 7 0
      Pal/src/.gitignore
  5. 1 0
      Scripts/.gitignore

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/Runtime/

+ 13 - 0
LibOS/.gitignore

@@ -0,0 +1,13 @@
+# no backup files
+*~
+*.sw*
+*.backup
+
+# source only please
+*.o
+*.so
+*.a
+
+*cscope*
+
+glibc-*

+ 10 - 0
Pal/.gitignore

@@ -0,0 +1,10 @@
+*.o
+libpal.a.backup
+libpal.so.backup
+cscope*
+*.a
+*.so
+*.run
+*.sw*
+*~
+.nfs*

+ 7 - 0
Pal/src/.gitignore

@@ -0,0 +1,7 @@
+/host_endian.h
+*.o
+*.so
+*.a
+pal
+pal_sec
+Makefile.Status

+ 1 - 0
Scripts/.gitignore

@@ -0,0 +1 @@
+*.pyc