gt: Adjust gitignore
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 29 Jul 2014 11:37:35 +0000 (13:37 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 29 Jul 2014 11:38:09 +0000 (13:38 +0200)
Change-Id: I66263b4d6196871b57be362bc25a2aab2d8a2ba4
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
.gitignore

index 4ea58a6..aecafbe 100644 (file)
@@ -1,5 +1,57 @@
+#
+# Normal rules
+#
+*.elf
+*.bin
+*.gz
+*.bz2
+*.lzma
+*.xz
+*.lz4
+*.lzo
+*.patch
+*.gcno
+*.o
+*.o.*
+*.a
+*.s
+*.so
+*.so.dbg
+
+#
+# Top-level generic files
+#
+/tags
+/TAGS
+
+# quilt's files
+patches
+series
+
+# cscope files
+cscope.*
+ncscope.*
+
+#
+# ignore doxygen documentation
+#
+doc/
+
+#
+# ignore cmake autogenerated files Makefile
+#
+Makefile
+cmake_install.cmake
+CMakeFiles
+CMakeCache.txt
+Doxyfile
+
+*.orig
+*~
+
 .cproject
 .project
 .settings
 Debug/
 build/
+