aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: ignore any .vscode* fileNicholas Smith2021-07-021-1/+1
| | | | | | | .vscode-ctags are being tracked by git. Update .gitignore to include any .vscode* file Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* gitignore: add .vscode for VS Code usersÁlvaro Fernández Rojas2021-03-081-0/+1
| | | | | | For Visual Studio Code users, .vscode is created inside the workspace. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* build: improve ccache supportRoman Yeryomin2020-07-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* Revert ".gitignore: ignore more scripts/config output"Kevin Darbyshire-Bryant2020-04-111-4/+0
| | | | | | | | | This reverts commit c39d01596a8acbdfa5d1ccb98ba0624383a7190a. 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>
* .gitignore: ignore more scripts/config outputKevin Darbyshire-Bryant2020-04-101-0/+4
| | | | | | | 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>
* gitignore: ignore patches in OpenWrt root directoryAdrian Schmutzler2019-11-061-0/+1
| | | | | | | This will have GIT ignore patches in root directory, as created when using "git format-patch". Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* .gitignore: add .project & .cproject for eclipse usersCatrinel Catrinescu2018-01-171-0/+2
| | | | | | | | 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>
* gitignore: add /overlayMatthias Schiffer2017-01-151-0/+1
| | | | | | | 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>
* build: add integration for managing opkg package feed keysFelix Fietkau2015-04-061-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45286
* add git-src to .gitignoreJohn Crispin2014-01-121-1/+2
| | | | | | Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 39225
* .gitignore: Ignore Emacs editor generated filesVasilis Tsiligiannis2011-10-311-0/+4
| | | | SVN-Revision: 28690
* add vim temp files (*~) to .gitignoreJo-Philipp Wich2011-04-291-0/+1
| | | | SVN-Revision: 26785
* gitignore: add *.rej and *.orig to .gitignoreFlorian Fainelli2011-04-031-0/+2
| | | | SVN-Revision: 26454
* .gitignore: add *.o and .DS_Store by default - apparently some git versions ↵Felix Fietkau2010-12-041-0/+2
| | | | | | do not ignore these by default SVN-Revision: 24238
* .gitignore: Undo accidental commit.Daniel Dickinson2010-05-101-0/+3
| | | | SVN-Revision: 21420
* brcm-2.4: Fixed preinit and failsafe switch configurationDaniel Dickinson2010-05-101-3/+0
| | | | SVN-Revision: 21417
* .gitignore: ignore vim swap filesFelix Fietkau2009-12-161-0/+1
| | | | SVN-Revision: 18793
* add logs/ to .gitignoreFelix Fietkau2009-04-241-0/+1
| | | | SVN-Revision: 15364
* add feeds.conf to .gitignoreFelix Fietkau2008-09-231-0/+1
| | | | SVN-Revision: 12658
* add missing gitignore change for build environmentsFelix Fietkau2008-08-061-0/+1
| | | | SVN-Revision: 12213
* update svn:ignore and .gitignoreFelix Fietkau2008-06-061-6/+6
| | | | SVN-Revision: 11381
* add package/openwrt-packages to .gitignoreFelix Fietkau2008-02-091-0/+1
| | | | SVN-Revision: 10429
* add package/feeds to .gitignoreFelix Fietkau2007-10-131-0/+1
| | | | SVN-Revision: 9280
* add feeds to .gitignoreFelix Fietkau2007-10-091-0/+1
| | | | SVN-Revision: 9214
* update svn and git ignore settingsFelix Fietkau2007-08-071-1/+1
| | | | SVN-Revision: 8363
* make top-level .gitignore only apply to top-level files/directories (#1960)Felix Fietkau2007-06-251-8/+8
| | | | SVN-Revision: 7728
* Add gitignore filesFelix Fietkau2007-05-291-0/+8
SVN-Revision: 7385