summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Ignore some refcard-related artifactsBozhidar Batsov2016-02-23
|
* Add a gitignore entry for the new .dir-locals feature on masterArtur Malabarba2015-11-10
|
* Add cider-autoloads.el to .gitignoreBozhidar Batsov2015-10-11
|
* Run tests against 4 different versions of emacsVignesh Sarma K2015-09-19
|
* Update .gitignoreBozhidar Batsov2014-11-23
|
* Add dist folder to .gitignoreBozhidar Batsov2014-05-14
|
* Update .gitignoreBozhidar Batsov2013-11-13
|
* Refactor package generation codeBozhidar Batsov2013-10-29
| | | | | | cider-pkg.el is now auto-generated by cask. Special thanks to @lunaryorn for suggesting this.
* Ignore the packages dirBozhidar Batsov2013-10-28
|
* Add automagic dependency tracking for .elc filesCharles Comstock2013-10-24
| | | | | | $ touch cider-mode.el && make test will only rebuild cider-mode.elc, cider-macroexpansion.elc, and cider.elc before running make test.
* Simplify test infrastructureBozhidar Batsov2013-08-15
| | | | | | | | | | * Manage dependencies with Cask * Add a Vagrantfile and a shell script for provisioning * Simplify Makefile * Add a script for running the tests in batch mode The one thing that remains to be done is to reintegrate the batch checkdoc check.
* Add unit tests to travis configurationHugo Duncan2013-02-10
| | | | This adds a top level Makefile with test, checkdoc and build targets
* add .gitignoreTim King2012-07-08