| # swap |
| [._]*.s[a-w][a-z] |
| [._]s[a-w][a-z] |
| # session |
| Session.vim |
| # temporary |
| .netrwhist |
| *~ |
| # auto-generated tag files |
| tags |
| # -*- mode: gitignore; -*- |
| *~ |
| \#*\# |
| /.emacs.desktop |
| /.emacs.desktop.lock |
| *.elc |
| auto-save-list |
| tramp |
| .\#* |
| |
| # Org-mode |
| .org-id-locations |
| *_archive |
| |
| # flymake-mode |
| *_flymake.* |
| |
| # eshell files |
| /eshell/history |
| /eshell/lastdir |
| |
| # elpa packages |
| /elpa/ |
| |
| # reftex files |
| *.rel |
| |
| # AUCTeX auto folder |
| /auto/ |
| |
| # cask packages |
| .cask/ |
| dist/ |
| |
| # Flycheck |
| flycheck_*.el |
| |
| # server auth directory |
| /server/ |
| |
| # projectiles files |
| .projectile*~ |
| |
| # temporary files which can be created if a process still has a handle open of a deleted file |
| .fuse_hidden* |
| |
| # KDE directory preferences |
| .directory |
| |
| # Linux trash folder which might appear on any partition or disk |
| .Trash-* |
| *.DS_Store |
| .AppleDouble |
| .LSOverride |
| |
| # Icon must end with two \r |
| Icon |
| |
| |
| # Thumbnails |
| ._* |
| |
| # Files that might appear in the root of a volume |
| .DocumentRevisions-V100 |
| .fseventsd |
| .Spotlight-V100 |
| .TemporaryItems |
| .Trashes |
| .VolumeIcon.icns |
| .com.apple.timemachine.donotpresent |
| |
| # Directories potentially created on remote AFP share |
| .AppleDB |
| .AppleDesktop |
| Network Trash Folder |
| Temporary Items |
| .apdisk |
| |
| # Byte-compiled / optimized / DLL files |
| __pycache__/ |
| *.py[cod] |
| *$py.class |
| |
| # Recipe README, the source of a lot of needless merge conflicts |
| README.recipes.md |
| |
| # Recipe dependencies |
| .recipe_deps/ |
| |
| # Recipe testing utilities |
| test.json |
| task.json |
| |
| # IntelliJ |
| .idea/ |
| |
| # Shac-installed tools. |
| .tools/ |