public
Description: e text editor
Homepage: http://e-texteditor.com
Clone URL: git://github.com/etexteditor/e.git
adamv (author)
Mon Nov 02 16:06:57 -0800 2009
commit  7fa8d8064d18a15d9da4b1289d33c7deeea1cb29
tree    1bbcc38ceda9bf5fcbd009b5c2c7e6341449a875
parent  c60c9a617164aa45efb06687b8e110d910d5d79e
e / .gitignore
100644 63 lines (52 sloc) 1.134 kb
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
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific filse
*.suo
*.user
 
# ReSharper is a .NET coding add-in, but likes to
# drop files in C++ projects too
_ReSharper*
 
# Build results
Debug/
Release/
*.ncb
*.aps
*.obj
 
# OS X stuff (if you're working in a VM)
.DS_Store
 
# Linux stuff
*.o
*.d
src/e
src/e.debug
 
# Linux release stuff
.deploy
e-*.deb
e-*.rpm
e-*.tar.gz
 
# ebundles
external/stuff/Bundles
external/stuff/Support
external/stuff/Themes
 
## Ignore non-source-controlled things in external
# 'arch' and 'downloads' contains downloaded dependency archives
external/arch/
external/downloads/
# 'build_logs' contains logs from command-line build scripts
external/build_logs/
 
# 'out' contains installations of several dependant libraries
external/out.debug/
external/out.release/
# These are the unzipped dependency folders
external/curl/
external/libtomcrypt/
external/libtommath/
external/metakit/
external/pcre/
external/tinyxml/
external/wxwidgets/
external/webkit/
 
# Ignore licensing files copied over to enable tests
e.cfg
e.db
license_key