diff options
| author | Andrea Richiardi <a.richiardi.work@gmail.com> | 2019-01-05 11:10:38 -0800 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2019-01-13 10:54:58 +0200 |
| commit | d4cec87f2571bef9ef26e586ebeb9a87abf98f31 (patch) | |
| tree | 2ba93c4f5d7ab9d37b7b9b8faef0c0491e61185f /.gitignore | |
| parent | 208793de6e6d063a3bde535339fccc3396aa7336 (diff) | |
Fix the Makefile so that we can compile projectile
The functionality has been basically copied from cider and now we can call make
in order to produce projectile.elc.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -/elpa -/.elpa -/.cask -*.elc *~ -[#]*[#] +*\#*\# +*.\#* +*.elc +.cask +elpa* /TAGS /project |
