Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-03-09 23:55:10 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-03-09 23:55:10 +0300
commit09e300032f03399ded49033ec21c379a76646a83 (patch)
tree865ae8cccf876a0c6f0330782a5962b9f7b9a133 /.gitignore
parente479f4ffb78b360cf701735c3e0ab08f01e5c0cc (diff)
Add .gitignore
Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..bda55a383
--- /dev/null
+++ b/.gitignore
@@ -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