start a gitignore
This commit is contained in:
parent
5c32d34406
commit
8c21d9c72e
2 changed files with 44 additions and 0 deletions
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
*.diff
|
||||
*.patch
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
*~
|
||||
*.a
|
||||
*.flt
|
||||
*.gdb
|
||||
*.gmo
|
||||
*.info
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*.tmp
|
||||
|
||||
.deps
|
||||
.libs
|
||||
|
||||
autom4te.cache
|
||||
config.cache
|
||||
config.h
|
||||
config.intl
|
||||
config.log
|
||||
config.status
|
||||
libtool
|
||||
Makefile
|
||||
stamp-*
|
||||
POTFILES
|
||||
*-POTFILES
|
||||
*/po/Makefile.in
|
||||
|
||||
.gdbinit
|
||||
.gdb_history
|
||||
core
|
||||
|
||||
lost+found
|
||||
|
||||
*.log
|
||||
*.sum
|
|
@ -1,3 +1,7 @@
|
|||
2010-11-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: New file.
|
||||
|
||||
2010-11-05 Michael Eager <eager@eagercon.com>
|
||||
|
||||
* COPYING.LIBGLOSS: Correct typo in microblaze.
|
||||
|
|
Loading…
Reference in a new issue