summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c95d3a63b4656932fdb3321390a3bf143a2da506 (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
# Ignore editor backup files
*~

# Ignore bad merge files
*.rej
*.orig

# Ignore Visual Studio local and binary files
*.pdb
*.ncb
*.suo
*.vcproj.*.user

# RJW: I copy GhostPDL.sln to something more memorable in each checkout
# so VS2005 shows me a sensible 'Recent Projects' list. Ignore the copy.
win32/GhostPDLGit.sln

# Ignore all the object files
debugobj
obj
profobj
debugobj64
obj64
profobj64
cscope.*
autom4te.cache