summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Pihet <jean.pihet@linaro.org>2014-09-12 12:12:25 +0200
committerBorislav Petkov <bp@suse.de>2014-09-19 11:01:26 +0200
commit7c02248c7750de7a16e074baf6f96863f60718df (patch)
tree0cd18beab111b5f0f3f0dec013318ca7c4261830
parent0ed0183a900f4e4cb92e52a623e0ca258f813c75 (diff)
downloadrasd-7c02248c7750de7a16e074baf6f96863f60718df.tar.gz
rasd: Add a .gitignore file
To have a nicer git status output. Signed-off-by: Jean Pihet <jean.pihet@linaro.org> Link: http://lkml.kernel.org/r/1410516745-22131-7-git-send-email-jean.pihet@linaro.org Signed-off-by: Borislav Petkov <bp@suse.de>
-rw-r--r--.gitignore57
1 files changed, 57 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6c8cb20
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,57 @@
+#
+# 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
+#
+.*
+*.o
+*.o.*
+*.a
+*.s
+*.so
+*.so.dbg
+*.i
+*.lst
+*.symtypes
+*.order
+*.patch
+*.gcno
+
+#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+!.mailmap
+
+# quilt's files
+patches
+series
+
+# cscope files
+cscope.*
+ncscope.*
+
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+*.orig
+*.rej
+*~
+\#*#
+
+#
+# Leavings from module signing
+#
+extra_certificates
+signing_key.priv
+signing_key.x509
+x509.genkey