1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-04-26 20:05:39 +02:00
Commit Graph

30 Commits

Author SHA1 Message Date
Florian Eckert 13e7a2d19f .gitignore: ignore link if target is included from feed
If an out of tree target is included via a feed, then there is a link with
the name 'feed' in the target directory. Do not show this link in git.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-07-26 17:45:11 +02:00
Felix Fietkau 00ce13490a .gitgnore: add llvm-bpf
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2021-11-21 18:18:01 +01:00
Felix Fietkau db34b93331 toolchain: add a version that can be bumped to force toolchain/target rebuild
This can be used to ensure that the compiled code is up to date, when
something important changes in the toolchain.
A recent example of this is the gcc 11 fix for a code miscompilation issue

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2021-11-16 22:02:45 +01:00
Nicholas Smith 3c3a96df3f .gitignore: ignore any .vscode* file
.vscode-ctags are being tracked by git. Update .gitignore to
include any .vscode* file

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-07-02 09:50:12 -10:00
Álvaro Fernández Rojas 12dbad1a86 gitignore: add .vscode for VS Code users
For Visual Studio Code users, .vscode is created inside the workspace.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-03-08 10:46:06 +01:00
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>
2020-07-11 15:19:53 +02:00
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>
2020-04-11 19:53:28 +01:00
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>
2020-04-10 11:57:24 +01:00
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>
2019-11-06 00:27:55 +01:00
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>
2018-01-17 11:07:17 +01:00
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>
2017-01-15 18:16:29 +01:00
Felix Fietkau beca028bd6 build: add integration for managing opkg package feed keys
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45286
2015-04-06 19:39:51 +00:00
John Crispin 0dfad7923e add git-src to .gitignore
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

SVN-Revision: 39225
2014-01-12 12:06:39 +00:00
Vasilis Tsiligiannis 98d6f2e1d9 .gitignore: Ignore Emacs editor generated files
SVN-Revision: 28690
2011-10-31 09:37:59 +00:00
Jo-Philipp Wich 9c910833fb add vim temp files (*~) to .gitignore
SVN-Revision: 26785
2011-04-29 15:11:57 +00:00
Florian Fainelli 1bda5f2530 gitignore: add *.rej and *.orig to .gitignore
SVN-Revision: 26454
2011-04-03 18:30:55 +00:00
Felix Fietkau cd221dca4b .gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default
SVN-Revision: 24238
2010-12-04 10:27:13 +00:00
Daniel Dickinson 2c6e2011f8 .gitignore: Undo accidental commit.
SVN-Revision: 21420
2010-05-10 17:59:05 +00:00
Daniel Dickinson 3b7e21a679 brcm-2.4: Fixed preinit and failsafe switch configuration
SVN-Revision: 21417
2010-05-10 17:10:47 +00:00
Felix Fietkau 2ba1dc7aa7 .gitignore: ignore vim swap files
SVN-Revision: 18793
2009-12-16 13:39:52 +00:00
Felix Fietkau 13189afcc9 add logs/ to .gitignore
SVN-Revision: 15364
2009-04-24 01:04:57 +00:00
Felix Fietkau c6aaa353b1 add feeds.conf to .gitignore
SVN-Revision: 12658
2008-09-23 11:06:06 +00:00
Felix Fietkau cc357e82e2 add missing gitignore change for build environments
SVN-Revision: 12213
2008-08-06 14:34:18 +00:00
Felix Fietkau daa89fdcfc update svn:ignore and .gitignore
SVN-Revision: 11381
2008-06-06 19:04:01 +00:00
Felix Fietkau ae65773b46 add package/openwrt-packages to .gitignore
SVN-Revision: 10429
2008-02-09 16:01:34 +00:00
Felix Fietkau e29b73435a add package/feeds to .gitignore
SVN-Revision: 9280
2007-10-13 02:05:06 +00:00
Felix Fietkau d8f957843b add feeds to .gitignore
SVN-Revision: 9214
2007-10-09 04:10:28 +00:00
Felix Fietkau 5b7fead0ad update svn and git ignore settings
SVN-Revision: 8363
2007-08-07 00:07:50 +00:00
Felix Fietkau 2cccffcba8 make top-level .gitignore only apply to top-level files/directories (#1960)
SVN-Revision: 7728
2007-06-25 10:54:32 +00:00
Felix Fietkau e840d82e91 Add gitignore files
SVN-Revision: 7385
2007-05-29 14:23:25 +00:00