Browse Source

Make .gitignore a blacklist rather than a white list

master
Raphael Roberts 5 years ago
parent
commit
6d9a81a878
  1. 20
      .gitignore

20
.gitignore

@ -1,8 +1,14 @@
/*
!/.gitignore
!/.init.el
!/custom.el
!/snippets
!/ssh-config-keywords.txt
*.elc
!/elpa
*.pyc
/elpy/*
*.jar
/elpa/archives/*
/elpa/gnupg/*
/settings.el
/recentf
/history
/tramp
/backup/*
/%backup%~
/auto-save-list/*
/autosave/*
Loading…
Cancel
Save