rlisagor / e forked from etexteditor/e

e text editor

This URL has Read+Write access

astigsen (author)
Thu May 21 06:44:48 -0700 2009
commit  853366321b5d5b6a5b3b334785b00722b1f08ba7
tree    eac1dd5da5f36fab2df758e367840b7378cfaf1c
parent  d221cf477c9b372e56fb4d24d5e36b47140ddcb6
e / .gitignore
100644 59 lines (49 sloc) 1.051 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
## 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
 
# ReSharper stuff
_ReSharper*
 
# 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' contains downloaded dependency archives
external/arch/
# '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/