summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 07b76b1833d2b4050ee7509afbbf319499dc6345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Files for git to ignore
#

# Ignore local git metadata
HEAD
description
config
info
hooks

# Ignore the .DS_Store files that Apple seems to want in every directory
.DS_Store

# Ignore emacs temp files and emacs desktop files
*~
.emacs.desktop
.emacs.desktop.lock

# Ignore object files
*.o
*.lo
*la

# Ignore latex intermediate files
*.aux
*.out
*.log

# Executables to ignore
lpxcb-ex

# Xcode files to ignore 
#project.pbxproj
xcuserdata/
xcuserdatad/

# Autotools files to ignore
config.status
compile
config.h
Makefile
Makefile.in
libtool
install-sh
ltmain.sh
config.guess
config.h.in
configure
stamp-h1
.deps
aclocal.m4
autom4te.cache
config.sub
depcomp
missing

# Merge and patch files to ignore
*.orig
*.patch