aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* enhance the key_reader programGravatar Kurtis Rader2016-05-10
| | | | | | | | | | The original `key_reader` program was useful but didn't do much that `xxd` or `od -tx1z` didn't do. Furthermore, it wasn't built and installed by default. This change adds features that make it superior to those programs for decoding interactive key presses and makes it a first-class citizen like the `fish_indent` program that is always available. Fixes #2991
* tell git to ignore test failure artifactsGravatar Kurtis Rader2016-04-14
|
* remove unused special color "ignore"Gravatar Kurtis Rader2016-04-04
| | | | | | Resolve lint warning about unused method "rgb_color_t::ignore()". Fixes #2893
* Customisable extra configuration, completion and function directoriesGravatar David Adam2016-04-04
| | | | | | | | | | | | | | | - Add options to the autotools build to set the path for the "vendor" or "extra" configuration snippets, functions and completions directories. - Remove the vendor_completions directory from the Xcode build, as these are relocatable and compiling the paths in does not make sense. This allows packaging tools like Homebrew and Nix to use a common directory outside of the main prefix for third-party completions, and to make these available for programmatic discovery through `pkg-config`. Closes #2113
* Remove share/config.fish from .gitignoreGravatar Kevin Ballard2016-02-26
| | | | | | This is a file under version control, there's no reason it should be listed here. Having it in .gitignore was causing tools like `ag` to avoid looking at share/config.fish.
* make testing on local servers hermeticGravatar Kurtis Rader2016-02-25
| | | | | | | | | | | | | | | | | | I noticed while fixing issue #2702 that the fish program being tested was sourcing config.fish files outside of the current build. This also happens when Travis CI runs the tests but isn't an issue there because of how Travis is configured to execute the tests. I also noticed that running `make test` was polluting my personal fish history; which will become a bigger problem if and when the fishd universal var file is moved from $XDG_CONFIG_HOME to $XDG_DATA_HOME. This change makes it possible for an individual to run the tests on their local machine secure in the knowledge that only the config.fish and related files from their git repository will be used and doing so won't pollute their personal fish history. Resolves #469
* Add DerivedData directory to .gitignoreGravatar ridiculousfish2015-07-25
|
* death of mimedb: remove mimedb from the treeGravatar David Adam2015-07-23
|
* .gitignore: fishd is deadGravatar David Adam2015-04-12
|
* Ignore xccheckout filesGravatar ridiculousfish2015-01-04
|
* fish.pc: add pkgconfig file for fishGravatar David Adam2014-10-01
| | | | | | | | Assists other packages in finding the path to install completions: call `pkg-config --variable=completionsdir fish` or so (like bash-completion). As discussed in #1485.
* Rebase documentation changesGravatar Mark Griffiths2014-09-03
|
* Supporting files for developmentGravatar Mark Griffiths2014-09-03
|
* gitignore changesGravatar Mark Griffiths2014-09-03
|
* Tutorial auto colouring, Man page and Make fixesGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | | Completely fixes #1557 and the underlying Doxygen changes that caused it. Should make fish docs simpler and more robust, more consistent and generally prettier. todo: - trap unmarked text as arguments in context - test & fix sed portability - see in particular. (so far tested on BSD (Mac) and GNU sed). - test Makefile changes - last round of aesthetic changes and getting that ascii fish in there…
* Removed dupes from gitignoreGravatar Mark Griffiths2014-09-03
|
* Added some clutterGravatar Mark Griffiths2014-09-03
| | | | Subllime and a few temporary files.
* Documentation updateGravatar Mark Griffiths2014-09-03
| | | | | | Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
* Remove old pager remnants, including documentation and references in theGravatar ridiculousfish2014-03-15
| | | | build system
* ignore (generated) messages.potGravatar David Adam2014-03-13
|
* Ignore auto-generated file command_list_toc.txtGravatar Mandeep Sandhu2013-12-18
| | | | Added this file to the ignore list (Issue #1192).
* autoconf build: clean up Makefile, remove fish.specGravatar David Adam2013-12-01
| | | | | | | | Removes some unused variables and out-of-date references. Wraps some tests in quotes to avoid expansion errors. Removes the fish.spec generated file as it is out of date and is arguably better maintained by downstream packagers. See http://github.com/zanchey/fish-build/ for a better RPM spec file.
* Ignore executable filesGravatar Konrad Borowski2013-08-12
| | | | | | | I commited executables in previous commit (removed using git push --force - sorry, I wouldn't want to waste space in git repository), so I think *.exe files should be forbidden to avoid any problems (there is no reason to ever commit them)
* .gitignore: ignore tarball filesGravatar David Adam (zanchey)2013-08-11
|
* add git_version_gen: generate a version number from the git treeGravatar David Adam (zanchey)2013-08-11
| | | | | | Originally from the git sources (GIT-VERSION-GEN) (C) Junio C Hamano <junkio@cox.net> Reused under GPL v2.0
* .gitignore: ignore generated source docs, don't ignore Doxyfile.helpGravatar David Adam (zanchey)2013-08-05
| | | | Doxyfile.help isn't generated
* Remove xsel from the buildGravatar ridiculousfish2013-03-30
| | | | https://github.com/fish-shell/fish-shell/issues/633
* Ignore build directory and xcuserdata so Xcode-generated artifacts don't ↵Gravatar Deyton Sehn2013-02-20
| | | | clog up index
* Add confdefs.h to .gitignoreGravatar Alex Rosenberg2012-12-17
|
* Fix compilation with Python dependencies suppression.Gravatar lledey2012-12-09
| | | | Signed-off-by: lledey <lledey@gmail.com>
* Add auto-generated builtin_scripts.[cpp|h] to .gitignoreGravatar Alex Rosenberg2012-07-13
|
* Large set of changes related to making fish relocatable, and improving the ↵Gravatar ridiculousfish2012-07-08
| | | | | | | | | build and install story. - etc/config.fish and share/config.fish are now "universal" and no longer reference install paths or need to be touched by autotools. They've been removed from config.fish.in to config.fish. - fish now attempts to determine __fish_datadir and __fish_sysconfdir relative to the path of the fish executable itself (typically by walking up one directory). This means that you can copy the directory hierarchy around and things will still work. The compiled-in paths are used as a backup. - The fish Xcode project now can build fish natively, without needing autotools. - Version bumped to 2.0
* update .gitignoreGravatar Grissiom2010-10-05
|
* don't parse the options that should be passed to fish scriptsGravatar Grissiom2010-10-03
| | | | | | This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases.
* ignore tmp staff in tests/Gravatar Grissiom2010-09-24
|
* ignore ~ backup filesGravatar Grissiom2010-09-16
|
* ignore po/*.gmoGravatar Grissiom2010-09-16
|
* Added .gitignore.Gravatar Ben Hoskings2010-09-16