1
# git-ls-files --others --ignored
2
# Lines that start with '#' are comments.
3
4
# Backup and data files
5
eg/eg.*
6
*~
7
*.bak
8
*.off
9
*.x
10
x.*
11
r
12
x
13
x?
14
r?
15
16
# patch results
17
*.rej
18
19
# Build products
20
tmp/*
21
build-cmake/*
22
build/Debug/*
23
build/moc/*
24
build/qhulltest/*
25
build/Release/*
26
build/cmake_install.cmake
27
build/CMakeCache.txt
28
build/CMakeFiles
29
build/install_manifest.txt
30
build/Makefile*
31
build/*/Makefile*
32
build/*/object_script*
33
build/*/Release/*
34
build/*/Debug/*
35
build/*/MinSizeRel/*
36
build/*/RelWithDebInfo/*
37
lib
38
*.a
39
*.dll
40
*.idb
41
*.lib
42
*.exe
43
*.o
44
*.md5sum
45
46
# Qt files
47
*.pro.user
48
49
# DevStudio files
50
*.bsc
51
*.ncb
52
*.pdb
53
*.suo
54
*.user
55
*.ilk
56
57
# CVS files
58
CVS/*
59
*/CVS/*
60
*/*/CVS/*
61
*/*/*/CVS/*
62
*.cvsignore
63
64
# Other files
65
working/