~jerstlouis/ecere/master

208 by Rejean Loyer
.gitignore where it should be so that all may enjoy it.
1
# Ecere files
2
*.ews
3
*.Makefile
4
*.imp
5
*.sym
6
*.main.ec
7
*.bowl
407 by Jerome St-Louis
compiler/i18n: Added i18n strings to libec/ecc/ecp/ecs
8
*.mk
1667 by Rejean Loyer
update .gitignore
9
*.cf
10
linkobjects.lst
1315 by Rejean Loyer
added linkobjects.lst to .gitignore
11
208 by Rejean Loyer
.gitignore where it should be so that all may enjoy it.
12
# Intermediate dirs
13
#obj/**/*.c
14
obj/
15
debug/
16
release/
17
dat/
18
.configs/
904 by Jerome St-Louis
.gitignore: Ignoring .configs/ directories rather than .cf/.mk
19
*.tmp/
2802 by Rejean Loyer
tarball: remove Makefiles.epj. update .gitignore.
20
208 by Rejean Loyer
.gitignore where it should be so that all may enjoy it.
21
# CodeGuard files
22
.codeguard/
23
24
# Compiled source
25
*.com
26
*.class
27
*.dll
28
*.exe
29
*.o
30
*.so
31
*.a
32
*.la
701 by Jerome St-Louis
deps/libffi: Added static Win32 libffi.a since it requires MSYS to build; Updated Makefile to build if building the SDK from MSYS console
33
*.lo
34
*.lai
35
*.lib
208 by Rejean Loyer
.gitignore where it should be so that all may enjoy it.
36
37
# Packages
38
*.7z
39
*.dmg
40
*.gz
41
*.iso
42
*.jar
43
*.rar
44
*.tar
45
*.zip
46
*.bz2
47
48
# Logs and databases
49
*.log
50
*.edb
1667 by Rejean Loyer
update .gitignore
51
*.dbf
52
*.sql
208 by Rejean Loyer
.gitignore where it should be so that all may enjoy it.
53
*.sqlite
54
*.sqlcipher
55
*.search
56
57
# OS generated files
58
.DS_Store
59
ehthumbs.db
60
Icon
61
Thumbs.db
62
3157 by Rejean Loyer
tarball: add (C, C++ and Python) bindings targets and makefiles. update .gitignore to include generated bindings files for C, C++ and Python. fix distclean to remove python intermediate files.
63
# Generated Bindings
64
/bindings/
3563 by Rejean Loyer
bgen: Python packaging and progress on C++ support
65
3157 by Rejean Loyer
tarball: add (C, C++ and Python) bindings targets and makefiles. update .gitignore to include generated bindings files for C, C++ and Python. fix distclean to remove python intermediate files.
66
# Compiled Python
67
*.pyc
68
*.pyd
69
__pycache__/
70
71
# CFFI generated source
72
_py*.c
73
3563 by Rejean Loyer
bgen: Python packaging and progress on C++ support
74
# Python Setuptools build and distribution folders.
75
/build/
76
/dist/
77
/.eggs
78
/*.egg-info
79