[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/el-mock 8cb59fc562 25/64: ©setup cask-package-toolset
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/el-mock 8cb59fc562 25/64: ©setup cask-package-toolset and update gitignore |
Date: |
Mon, 28 Aug 2023 23:01:40 -0400 (EDT) |
branch: scratch/el-mock
commit 8cb59fc5629c7a4fd4743a3e2f0eb6d2bba2ec09
Author: AdrieanKhisbe <adriean.khisbe@live.fr>
Commit: AdrieanKhisbe <adriean.khisbe@live.fr>
©setup cask-package-toolset and update gitignore
---
.gitignore | 12 +++++++++++-
Cask | 4 +++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index b9ff6f9384..cc05f558a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,11 @@
-.cask
\ No newline at end of file
+# Compiled and temporary files
+*.elc
+*~
+
+# Cask
+/.cask
+dist
+
+# Ecukes
+/features/project/.cask
+/features/project/test/*.el
diff --git a/Cask b/Cask
index e8dece3e4a..7655097c7e 100644
--- a/Cask
+++ b/Cask
@@ -6,4 +6,6 @@
(development
(depends-on "f")
(depends-on "ert-runner")
- (depends-on "ert-expectations"))
+ (depends-on "ert-expectations")
+ (depends-on "cask-package-toolset")
+ (depends-on "undercover"))
- [nongnu] scratch/el-mock 12aa28e785 11/64: Merge branch 'gracjan-empty-message', (continued)
- [nongnu] scratch/el-mock 12aa28e785 11/64: Merge branch 'gracjan-empty-message', Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 70ef9873cd 13/64: Remove outdated bug report information, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 13eb3a9288 17/64: Merge branch 'testing', Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 86444bfdfc 16/64: Add Travis config, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 47c04b9cae 19/64: Check for argument count mismatch., Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock d43353c2aa 21/64: Add How to use it section to readme, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 992db170a3 20/64: Merge branch 'bug5', Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 4c54b7247b 22/64: Merge branch 'patch-1', Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock a091520345 23/64: Update Travis config, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 5cb160b9bd 24/64: Don't use sudo on Travis, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 8cb59fc562 25/64: ©setup cask-package-toolset and update gitignore,
Stefan Monnier <=
- [nongnu] scratch/el-mock a303e198a7 26/64: Setup coverage, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 8309faf0be 27/64: Add Continous Integration Badges, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 3aab4e3daf 29/64: Merge pull request #14 from phst/no-condition-case, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 034c7e5fca 30/64: Run tests on Travis in Emacs 25.1, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 280e988956 33/64: Add more documentation to README.md, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 68992d4361 35/64: Merge pull request #16 from phst/cl-lib, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock e3cff9f127 32/64: Merge pull request #13 from phst/fix-tests, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 136e0550e5 34/64: Migrate from obsolete cl.el to cl-lib, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 9e4d092179 38/64: Merge pull request #19 from ardumont/master, Stefan Monnier, 2023/08/28
- [nongnu] scratch/el-mock 84a743cfcb 40/64: Fix all compilation warnings, Stefan Monnier, 2023/08/28