CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Add .gitignore
authorJohn Vogel <jvogel4@stny.rr.com>
Sat, 14 May 2016 03:18:57 +0000 (23:18 -0400)
committerJohn Vogel <jvogel4@stny.rr.com>
Sat, 14 May 2016 03:18:57 +0000 (23:18 -0400)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1d7b18b
--- /dev/null
@@ -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-*