~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Scott Howard
  • Date: 2014-02-21 19:07:55 UTC
  • Revision ID: showard@debian.org-20140221190755-csjax9wb146hgdq4
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Apple generated directories
 
2
LibreCAD.app/
 
3
LibreCAD.pbproj/
 
4
Info.plist
 
5
 
 
6
# globs, anywhere
 
7
*.o
 
8
*.lo
 
9
*.la
 
10
 
 
11
*~
 
12
 
 
13
# filenames, anywhere
 
14
Makefile.in
 
15
Makefile
 
16
.deps
 
17
.libs
 
18
generated/*
 
19
clean
 
20
 
 
21
# Unix generated directories (except Apple)
 
22
unix/
 
23
 
 
24
# Win/MSVC generated files and binaries
 
25
windows/
 
26
release/
 
27
*.ncb
 
28
*.suo
 
29
*.idb
 
30
*.pdb
 
31
*.dll
 
32
*.lib
 
33
*.exe
 
34
*.exp
 
35
*.ilk
 
36
*.rc
 
37
*.bak
 
38
custom-windows.bat
 
39
custom*.nsh
 
40
object_script.LibreCAD.*
 
41
# Win/qmake generated project files
 
42
#*.vcproj
 
43
#*.sln
 
44
 
 
45
#Doxygen
 
46
html/
 
47
 
 
48
# All platforms generated directories and files
 
49
*.qm
 
50
*generated*
 
51
Makefile*
 
52
qmake_image_collection.cpp
 
53
librecad.pro.user*
 
54
librecad2.pro.user*
 
55
*.qch
 
56
*.qhc
 
57
plugins.pro.user*
 
58
ttf2lff.pro.user*
 
59
PWD
 
60
scripts/PWD
 
61
 
 
62
# Mac store files
 
63
.DS_Store
 
64
 
 
65
#pkg files
 
66
*.pkg
 
67
#vim files
 
68
*.swp
 
69
*.orig
 
70
custom.pro
 
71
*.user
 
72
 
 
73
core
 
74
*.core
 
75
vgcore.*
 
76
core.*