CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
raspberrypi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e7c26
)
Add .gitignore
author
John Vogel
<jvogel4@stny.rr.com>
Sat, 14 May 2016 03:18:57 +0000
(23:18 -0400)
committer
John Vogel
<jvogel4@stny.rr.com>
Sat, 14 May 2016 03:18:57 +0000
(23:18 -0400)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
1d7b18b
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,24
@@
+# based on .gitignore from linux kernel
+#
+# 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
+#
+*.tar
+*.gz
+*.bz2
+*.lzma
+*.xz
+*.lz4
+*.lzo
+*.patch
+work/System.map-*
+work/dtb-*.tar.*
+work/dtb-*
+work/kernel7-*.img
+work/linux-*
+work/modules-*.tar.*
+work/modules-*
+work/zImage-*