Adding proper .gitignore files.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-08-07 01:19:27 +02:00
parent 185c6d4b6f
commit 794630a802
4 changed files with 30 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
/*.o
/*.tmp
/*.bin
/*.iso
/*.so
/*.a
builds

7
hello/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.o
*.tmp
*.bin
*.iso
*.so
*.a
hello

10
libmaxsi/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.o
*.tmp
*.bin
*.iso
*.so
*.a
# Ignore dynamically generated headers.
/*.h
c/h/*.h
c/h/sys/*.h

6
sortix/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.o
*.tmp
*.bin
*.iso
*.so
*.a