-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
executable file
·86 lines (71 loc) · 1.71 KB
/
.hgignore
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# .hgignore for Lazarus
# see wiki.freepascal.org/file_types, http://wiki.freepascal.org/File_extensions
# http://forum.lazarus.freepascal.org/index.php?topic=9298.0
# and https://github.com/github/gitignore/blob/master/Global/Lazarus.gitignore
#
syntax: glob
###---May need to change these -----------------------
# Linux executables
# Unfortunately this has to be modified with each project
# It would be best if executables where systematically placed in a
# 'bin' sub directory
poclean
pocopy
pofill
poignore
poinfo
pomerge
poscrub
posort
postrip
poswap
poupdate
pofilesunittest
*.po
# Uncomment these types if you want even more clean repository. But be careful.
# It can make harm to an existing project source. Read explanations below.
# C/C++ object files produced when C/C++ Output file generation is configured.
# Uncomment this if you are not using external objects (zlib library for example).
#*.obj
# Resource files are binaries containing project icon and version info.
# They can not be viewed as text or compared by diff-tools. Replaced with
# 'rc' files if possible.
*.res
# This is a personal choice, I set PO Output Directory (in
# to language which is app.po will be written if i18n is enabled.
# I keep edited versions of app.po and translated .po files in
# the languages sub directory.
language
###-------------------------
# Compiler-generated binaries (safe to delete)
*.exe
*.dll
*.so
*.dylib
*.lrs
*.compiled
*.dbg
*.ppu
*.o
*.or
*.a
# Lazarus auto-generated files (duplicated info)
*.rst
*.rsj
*.lrt
# Lazarus local files (user-specific info)
*.lps
*.fpcunit.ini
# Application bundle for Mac OS
*.app
# Backup, unit and binary output folders
backup
*.orig
*.bak
*.~*
*~
lib
bin/po*
# Archives
*.zip
*.z