OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / .gitignore
index b86a960..3ded06e 100644 (file)
@@ -1,8 +1,37 @@
+#
+# Never ignore these
+#
+!.gitignore
+
+#
+# Generated files
+#
 *.os
 *.oS
-*.dep
 *.a
+*.i
 *.o
 *.depend
-lib
+lib/
+install_dir/
 .config*
+.*.dep
+/*.log
+cscope.*
+
+#
+# Debugging files
+#
+.gdb_history
+.gdbinit
+core
+*.c.[0-9][0-9][0-9]t.*
+
+#
+# Backups / patches
+#
+*~
+*.orig
+*.rej
+/*.patch
+/*.diff