Commit Graph

25 Commits (fbd4214bb0727268aa535af5b600d38939ec8dbc)

Author SHA1 Message Date
Roman Yeryomin 2ca084ccaa build: improve ccache support
Set CCACHE_DIR to $(TOPDIR)/.ccache and CCACHE_BASEDIR to $(TOPDIR).
This allows to do clean and dirclean. Cache hit rate for test build
after dirclean is ~65%.
If CCACHE is enabled stats are printed out at the end of building process.
CCACHE_DIR config variable allows to override default, which could be useful
when sharing cache with many builds.
cacheclean make target allows to clean the cache.

Changes from v1:
- remove ccache directory using CCACHE_DIR variable
- remove ccache leftovers from sdk and toolchain make files
- introduce CONFIG_CCACHE_DIR variable
- introduce cacheclean make target

Signed-off-by: Roman Yeryomin <roman@advem.lv>
4 years ago
Kevin Darbyshire-Bryant 46e9a35923 Revert ".gitignore: ignore more scripts/config output"
This reverts commit c39d01596a.

It turns out the extra files were from an old config and are not
re/created by the new config.  Apologies for the noise.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
4 years ago
Kevin Darbyshire-Bryant c39d01596a .gitignore: ignore more scripts/config output
dcf3e63a35 added a newer kconfig version which produces a bit more local
code output, add that output to the ignore list

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
4 years ago
Adrian Schmutzler 2c54135598 gitignore: ignore patches in OpenWrt root directory
This will have GIT ignore patches in root directory, as created
when using "git format-patch".

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
5 years ago
Catrinel Catrinescu ddd7cdc54b .gitignore: add .project & .cproject for eclipse users
For eclipse users, .project is always created inside the project.
For users of CDT within Eclipse, add also .cproject, thanks Dirk
Feytons.

Signed-off-by: Catrinel Catrinescu <cc@80211.de>
6 years ago
Matthias Schiffer b02636fcb4
gitignore: add /overlay
Similar to /files, /overlay is only useful for modifications not tracked in
the LEDE repository itself.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years ago
Felix Fietkau beca028bd6 build: add integration for managing opkg package feed keys
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45286
9 years ago
John Crispin 0dfad7923e add git-src to .gitignore
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

SVN-Revision: 39225
10 years ago
Vasilis Tsiligiannis 98d6f2e1d9 .gitignore: Ignore Emacs editor generated files
SVN-Revision: 28690
13 years ago
Jo-Philipp Wich 9c910833fb add vim temp files (*~) to .gitignore
SVN-Revision: 26785
13 years ago
Florian Fainelli 1bda5f2530 gitignore: add *.rej and *.orig to .gitignore
SVN-Revision: 26454
13 years ago
Felix Fietkau cd221dca4b .gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default
SVN-Revision: 24238
14 years ago
Daniel Dickinson 2c6e2011f8 .gitignore: Undo accidental commit.
SVN-Revision: 21420
14 years ago
Daniel Dickinson 3b7e21a679 brcm-2.4: Fixed preinit and failsafe switch configuration
SVN-Revision: 21417
14 years ago
Felix Fietkau 2ba1dc7aa7 .gitignore: ignore vim swap files
SVN-Revision: 18793
15 years ago
Felix Fietkau 13189afcc9 add logs/ to .gitignore
SVN-Revision: 15364
15 years ago
Felix Fietkau c6aaa353b1 add feeds.conf to .gitignore
SVN-Revision: 12658
16 years ago
Felix Fietkau cc357e82e2 add missing gitignore change for build environments
SVN-Revision: 12213
16 years ago
Felix Fietkau daa89fdcfc update svn:ignore and .gitignore
SVN-Revision: 11381
16 years ago
Felix Fietkau ae65773b46 add package/openwrt-packages to .gitignore
SVN-Revision: 10429
16 years ago
Felix Fietkau e29b73435a add package/feeds to .gitignore
SVN-Revision: 9280
17 years ago
Felix Fietkau d8f957843b add feeds to .gitignore
SVN-Revision: 9214
17 years ago
Felix Fietkau 5b7fead0ad update svn and git ignore settings
SVN-Revision: 8363
17 years ago
Felix Fietkau 2cccffcba8 make top-level .gitignore only apply to top-level files/directories (#1960)
SVN-Revision: 7728
17 years ago
Felix Fietkau e840d82e91 Add gitignore files
SVN-Revision: 7385
17 years ago