forked from etexteditor/e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (49 loc) · 1.03 KB
/
.gitignore
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
## 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/