aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore: Ignore .DS_Store on MacOSBryan Hundven2022-07-011-0/+3
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Update .gitignore: Ignore backup filesBryan Hundven2022-07-011-0/+5
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* git: ignore toplevel created include/ directoryHans-Christian Noren Egtvedt2021-02-121-0/+1
| | | | | | | The kconfig update has pulled in a change creating a top level include/ directory, ignore this from git perspective to avoid mis-committing. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
* Use enhanced framework for 'ct-ng update-samples'Alexey Neyman2019-02-091-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Change the layout a bitAlexey Neyman2018-10-281-1/+3
| | | | | | | ... to a more natural installation paths, and also include ct-ng into $PATH in the containers. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix compressed for tar, tooBryan Hundven2018-09-221-1/+1
| | | | Signed-off-by: Bryan Hundven <bryan.hundven@gmail.com>
* Ignore compressed filesBryan Hundven2018-09-221-2/+5
| | | | Signed-off-by: Bryan Hundven <bryan.hundven@gmail.com>
* Testing works for archlinux dockerAlexey Neyman2018-04-151-0/+3
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* First stab at docker-based test frameworkAlexey Neyman2018-04-151-0/+3
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Kill gperf vestigesAlexey Neyman2018-04-071-1/+1
| | | | | | Generate paths.sh by configure, do away with paths.mk. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge steps.mk into ct-ngAlexey Neyman2018-04-071-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Install "pure data" directoriesAlexey Neyman2018-04-071-6/+4
| | | | | | ... and update .gitignore. Survives 'make distcheck'. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix install --strip-program check after mergeAlexey Neyman2018-04-071-2/+2
| | | | | | Also, fix the use of AC_CACHE_CHECK in stat format checker. Signed-off-by: Alexey Neyman <stilor@att.net>
* WIP: autotoolizationAlexey Neyman2018-04-071-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Use autoconfig-archve/automake testsAlexey Neyman2018-04-071-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Split local helper macros into separate m4'sAlexey Neyman2018-04-071-0/+1
| | | | | | ... which are then picked up via aclocal. Signed-off-by: Alexey Neyman <stilor@att.net>
* Implement a script for checking packagesAlexey Neyman2017-08-231-0/+2
| | | | | | Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
* First stab at gen-versions.shAlexey Neyman2017-07-081-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix debuild warnings/errorsAlexey Neyman2017-06-071-0/+1
| | | | | | | | | | | | | | | | | | | | - Update .gitignore, do not place .gitignore into directories installed in bulk - Remove executable permissions and shebangs from the scripts that are supposed to be invoked only via ct-ng frontent; prepend them with $(bash). Despite what showSamples.sh said, it already has some bashisms. - Remove --with autotools-dev and override dh_update_autotools_config to avoid having config.{sub,guess} clobbered with older versions - Install bash completion where Debian (now) expects it - Update man page to use .\" as the comment delimiter, instead of undefined macro (."); also, minor text edits. - Install kconfig.mk without execute permission. - Remove shell wrappers from 170-localedef-fix-trampoline.patch, we do not use that for applying patches - Revoke execute permissions on 210-expat.sh - Get flags from dpkg-buildflags if available Signed-off-by: Alexey Neyman <stilor@att.net>
* Get rid of config.genAlexey Neyman2017-04-221-1/+1
| | | | | | | | | Instead, prepare the files as a part of bootstrap and install them. This avoids rebuilding these files in each working directory; they don't change anyway as they are generated from the same installed source. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add a release creation scriptAlexey Neyman2017-03-211-0/+2
| | | | | | One TBD left is the signing of the tarballs. Signed-off-by: Alexey Neyman <stilor@att.net>
* Get rid of .config.2.Alexey Neyman2017-01-191-1/+0
| | | | | | Now handled by CT_LoadConfig. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add new temp directory to .gitignore.Alexey Neyman2015-10-301-0/+2
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Update .gitignore files.James Byrne2014-12-101-1/+2
| | | | | | | | | | | | | | | The current .gitignore files cause changes to files which are actually part of the repository to be ignored. This commit modifies the rules so that this does not happen. The files that were affected are: config/global/paths.in contrib/gcc-test-suite/Makefile docs/ct-ng.1.in kconfig/Makefile (as revealed by 'git ls-files --ignored --exclude-standard') Signed-off-by: James Byrne <james.byrne@origamienergy.com>
* repository: migrate old hg files over to gitYann E. MORIN2014-06-271-0/+23
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>