diff options
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Emacs.gitignore | 5 | ||||
-rw-r--r-- | Global/IPythonNotebook.gitignore | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 0c96c9ad..3ac7904d 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -39,4 +39,7 @@ flycheck_*.el /server/ # projectiles files -.projectile
\ No newline at end of file +.projectile + +# directory configuration +.dir-locals.el diff --git a/Global/IPythonNotebook.gitignore b/Global/IPythonNotebook.gitignore deleted file mode 100644 index 27c13510..00000000 --- a/Global/IPythonNotebook.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Temporary data -.ipynb_checkpoints/ |