Skip to content

Commit

Permalink
* ignore some additional files within git (by [PeterPawn@d9519cc Pet…
Browse files Browse the repository at this point in the history
…erPawn]

git-svn-id: http://svn.freetz.org/trunk@13767 f5190166-0702-4917-9039-51ec32eddaf5
  • Loading branch information
er13 committed Jun 12, 2016
1 parent 0412b18 commit 1ec3a19
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .gitignore
Expand Up @@ -20,12 +20,19 @@
#
# Top-level directories
#
/build
/dl
/images
/kernel
/packages
/source
build
dl
images
kernel
packages
source

#
# temporary files generated during build
#
make/*.generated
config/custom.in
include/config

#
# git files that we don't want to ignore even it they are dot-files
Expand All @@ -36,4 +43,3 @@
!.defstatic
!.exclude-dist
!.version

15 changes: 15 additions & 0 deletions tools/.gitignore
@@ -1,17 +1,32 @@
ash
blkid
bunzip2
busybox
bzcat
debugfs
e2*
eva2lzma
genext2fs
gunzip
lzcat
lzma
lzma2eva
makedevs
md5sum
sfk
sha1sum
sha256sum
sha512sum
*squashfs*
sstrip
tar
tar-gnu
tichksum
tune2fs
uncompress
unlzma
unxz
unzip
xz
xzcat
zcat

0 comments on commit 1ec3a19

Please sign in to comment.