modifying gitignore for 4.x
This commit is contained in:
parent
77c1aea510
commit
aaf03db8bd
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,38 +1,17 @@
|
|||||||
# We don't want local build settings in case someone's using
|
# We don't want local build settings in case someone's using
|
||||||
# the git dir as a place to store their build.ini
|
# the git dir as a place to store their build.ini
|
||||||
/build.ini
|
confs/*
|
||||||
/build.ini.*
|
|
||||||
/dist.build.ini
|
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
# These are user-controlled.
|
|
||||||
/overlay
|
|
||||||
!/overlay/x86_64
|
|
||||||
!/overlay/i686
|
|
||||||
!/overlay/etc
|
|
||||||
extra/templates/overlay
|
|
||||||
!extra/templates/overlay/x86_64
|
|
||||||
!extra/templates/overlay/i686
|
|
||||||
!extra/templates/overlay/etc
|
|
||||||
# The default doesn't store these in the git working dir,
|
|
||||||
# but better safe than sorry.
|
|
||||||
/root.x86_64
|
|
||||||
/root.i686
|
|
||||||
/http
|
|
||||||
/iso
|
|
||||||
/temp
|
|
||||||
/tftpboot
|
|
||||||
|
|
||||||
# We don't need these in git. They should be generated dynamically.
|
# We don't need these in git. They should be generated dynamically.
|
||||||
.latest.*.tar
|
.latest.*.tar
|
||||||
/buildnum
|
/buildnum
|
||||||
/screenlog*
|
screenlog*
|
||||||
/logs
|
/logs
|
||||||
*.swp
|
*.swp
|
||||||
*.lck
|
*.lck
|
||||||
*~
|
*~
|
||||||
.~lock.*
|
.~lock.*
|
||||||
/extrasrc
|
|
||||||
|
|
||||||
# You should really generate local copies of these, as they're pretty private.
|
# You should really generate local copies of these, as they're pretty private.
|
||||||
**/etc/dropbear
|
**/etc/dropbear
|
||||||
|
Loading…
Reference in New Issue
Block a user