## Backup files # Author: Midgard *.bak *~ .mypy_cache/ ## My designated "out of repo" things # Author: Midgard xyzzy update--.sh # OCaml build directory _build/ ## Things you just don't want in a Git repo # Author: Midgard *.tar.xz *.tar.gz *.tar.bz2 *.tgz *.zip *.7z *.rar id_rsa id_dsa id_ecdsa id_ed25519 ## GPG files # Source: https://github.com/github/gitignore/blob/master/Global/GPG.gitignore # License: CC-0 secring.* ## KDevelop4 files # Source: https://github.com/github/gitignore/blob/master/Global/KDevelop4.gitignore # License: CC-0 *.kdev4 .kdev4/ ## LibreOffice files # Source: https://github.com/github/gitignore/blob/master/Global/LibreOffice.gitignore # License: CC-0 # LibreOffice locks .~lock.*# ## VirtualEnv files # Source: https://github.com/github/gitignore/blob/master/Global/VirtualEnv.gitignore # Which has source: http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ # License: CC-0 .Python [Bb]in #[Ii]nclude #[Ll]ib [Ll]ib64 #[Ll]ocal #[Ss]cripts pyvenv.cfg .venv pip-selfcheck.json ## Vim files # Source: https://github.com/github/gitignore/blob/master/Global/Vim.gitignore # License: CC-0 # Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] [._]s[a-v][a-z] [._]sw[a-p] # Session Session.vim # Temporary .netrwhist *~ # Auto-generated tag files tags ## More eclipse files .classpath .project ## Eclipse and Aptana files # Cut from: https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore # License: CC0 .metadata/ bin/ tmp/ *.tmp *.bak *.swp *~.nib local.properties .settings/ .loadpath .recommenders # External tool builders .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch # PyDev specific (Python IDE for Eclipse) *.pydevproject # CDT-specific (C/C++ Development Tooling) .cproject # Java annotation processor (APT) .factorypath # PDT-specific (PHP Development Tools) .buildpath # STS (Spring Tool Suite) .springBeans # Code Recommenders .recommenders/ # Scala IDE specific (Scala & Java development for Eclipse) .cache-main .scala_dependencies .worksheet ## Kate files # Source: https://github.com/github/gitignore/blob/master/Global/Kate.gitignore # License: CC-0 # Swap Files .*.kate-swp .swp.* ## Linux files # Source: https://github.com/github/gitignore/blob/master/Global/Linux.gitignore # License: CC-0 *~ # 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-* # .nfs files are created when an open file is removed but is still being accessed .nfs*