dotfiles/gitignore

173 lines
2.6 KiB
Plaintext
Raw Normal View History

2018-04-03 13:55:41 +00:00
## Backup files
# Author: Midgard
*.bak
*~
2022-06-11 18:00:32 +00:00
.mypy_cache/
2018-04-03 13:55:41 +00:00
2022-06-11 18:00:32 +00:00
## My designated "out of repo" things
2019-03-01 16:34:27 +00:00
# Author: Midgard
xyzzy
2022-06-11 18:00:32 +00:00
update--.sh
2019-03-01 16:34:27 +00:00
2022-09-11 15:03:14 +00:00
# OCaml build directory
_build/
2019-03-01 16:34:27 +00:00
2018-04-03 13:55:41 +00:00
## Things you just don't want in a Git repo
# Author: Midgard
*.tar.xz
*.tar.gz
*.tar.bz2
2018-04-25 10:16:02 +00:00
*.tgz
2018-04-03 13:55:41 +00:00
*.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
2018-11-03 23:54:05 +00:00
## More eclipse files
.classpath
.project
2018-04-03 13:55:41 +00:00
## Eclipse and Aptana files
# Cut from: https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore
# License: CC0
2018-11-03 23:54:05 +00:00
.metadata/
2018-04-03 13:55:41 +00:00
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*