summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-05-25 00:32:42 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-05-25 00:32:42 +0400
commit34ea06d97280a4172b22b92a2bc5623aed4ef884 (patch)
treedbbc9ff91d36a2e90a9e55cf98d4e0ddabdfaedf
parent5b6933666d0e881dd5237bb72f005a7305ed6bc8 (diff)
Create .gitignore file
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--.gitignore43
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1103394
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,43 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# NOTE! Please use 'git ls-files -i --exclude-standard'
+# command after changing this file, to see if there are
+# any tracked files which get ignored after the change.
+#
+# Normal rules
+#
+.*
+
+#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+!.mailmap
+
+#
+# Linux Linaro Tools generated stuff
+#
+solutions/
+tmp/
+*-conflict-*
+
+#
+# Generated include files
+#
+include/config
+include/linux/version.h
+include/generated
+arch/*/include/generated
+
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+*.orig
+*~
+\#*#