[git commit] tests: add .gitignore
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri May 25 20:21:16 UTC 2012
commit: http://git.uclibc.org/uClibc++/commit/?id=c32e2f4a04e94cceed88685a0175420160f9d2a3
branch: http://git.uclibc.org/uClibc++/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
tests/.gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..adb0471
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,42 @@
+#
+# Never ignore these
+#
+!.gitignore
+#
+# Generated files
+#
+*.test
+#
+# Executable test
+#
+*_glibc
+*_uc
+*-old
+*.out
+algotest
+bitsettest
+chartraitstest
+combotest
+dequetest
+excepttest
+fstreamtest
+functionaltest
+ioexceptiontest
+iotest
+listtest
+maptest
+memorytest
+mmaptest
+newdeltest
+numerictest
+settest
+sstreamtest
+stacktest
+streambuftest
+streamitertest
+stringtest
+testframework
+utilitytest
+valarraytest
+vectortest
+wchartest
More information about the uClibc-cvs
mailing list