]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add .gitignore
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Mar 2015 20:55:10 +0000 (21:55 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Mar 2015 20:55:10 +0000 (21:55 +0100)
Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..bda55a3
--- /dev/null
@@ -0,0 +1,42 @@
+*.diff
+*.patch
+*.orig
+*.rej
+
+*~
+.#*
+*#
+
+*.flt
+*.gmo
+*.info
+*.la
+*.lo
+*.o
+*.pyc
+*.tmp
+
+.deps
+.libs
+
+autom4te.cache
+config.cache
+config.h
+config.intl
+config.log
+config.status
+libtool
+POTFILES
+*-POTFILES
+
+TAGS
+TAGS.sub
+
+.gdbinit
+.gdb_history
+
+# ignore core files, but not java/net/protocol/core/
+core
+!core/
+
+lost+found
This page took 0.026394 seconds and 5 git commands to generate.