summaryrefslogtreecommitdiff
path: root/.config/git/ignore
blob: 006a323903d8cb96ccf9ffc706a38acb79261ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Things in /srv/git directly to ignore
/.??*
!/.config/

# General files to ignore
*~
*.sample

# Ignore most of the things in git repos
**/*.git/*
!**/*.git/config
!**/*.git/description
!**/*.git/hooks/