start a gitignore
authorMike Frysinger <vapier@gentoo.org>
Wed, 17 Nov 2010 19:34:59 +0000 (19:34 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 17 Nov 2010 19:34:59 +0000 (19:34 +0000)
.gitignore [new file with mode: 0644]
ChangeLog

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..dc1bf3f
--- /dev/null
@@ -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
index f97c1ab6a73880232a8ed7f3906d6143901e21d3..22c8fc53dd9e87994464a1821335d3c42349c58b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
This page took 0.032885 seconds and 4 git commands to generate.