summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 73943a42cff48f933da66110590e40aedd93969f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Things in /srv/git directly to ignore
/.??*
!/.gitignore
!/.config/
!/.local/

# General files to ignore
*~
.#*
\#*#

# Ignore the default sample files in *.git/hooks/
*.sample

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