diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2018-08-05 18:30:45 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2018-08-05 18:30:45 -0700 |
| commit | 5ddb72e86d9556e670a9350e9cc8d0d18ac213c8 (patch) | |
| tree | 6b766356160b5f511da87f90fd3551009ab1da04 /configs/rcs/gitignore | |
| parent | [emacs] set font size for osx (diff) | |
| download | emacs.d-5ddb72e86d9556e670a9350e9cc8d0d18ac213c8.tar.gz | |
Shuffling things around in this repo
Diffstat (limited to 'configs/rcs/gitignore')
| -rw-r--r-- | configs/rcs/gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/configs/rcs/gitignore b/configs/rcs/gitignore new file mode 100644 index 0000000..c8124cb --- /dev/null +++ b/configs/rcs/gitignore @@ -0,0 +1,24 @@ +# osx stuff +.DS_Store +Icon + +# ide +.idea +*.iml +/env/* + +# python stuff +.flake8rc +*pyc + +# ctags stuff +TAGS +tags + +# emacs stuff +.projectile +.dir-locals.el +.pytest_cache/ + +.reviewboardrc +ui/package-lock.json |
