Skip to content

Commit a84e6f8

Browse files
committed
Purged erlide files
1 parent ff0582f commit a84e6f8

File tree

3 files changed

+60
-31
lines changed

3 files changed

+60
-31
lines changed

.gitignore

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
###############################################################################
2+
#
3+
# Ignore all of our rebar junk that we don't need and any of the compilation
4+
# stuff.
5+
#
6+
###############################################################################
7+
8+
# A couple directories that should only be local copies #
9+
#########################################################
10+
.git/
11+
.eunit/
12+
ebin
13+
doc
14+
deps
15+
rel
16+
plugins
17+
Mnesia.*
18+
19+
# Eclipse and Erlide packages #
20+
###############################
21+
.settings/
22+
.project
23+
24+
# Compiled source #
25+
###################
26+
*.beam
27+
*.com
28+
*.class
29+
*.dll
30+
*.exe
31+
*.o
32+
*.so
33+
*.app
34+
35+
# Packages #
36+
############
37+
# it's better to unpack these files and commit the raw source
38+
# git has its own built in compression methods
39+
*.7z
40+
*.dmg
41+
*.gz
42+
*.iso
43+
*.jar
44+
*.rar
45+
*.tar
46+
*.zip
47+
48+
# Logs and databases #
49+
######################
50+
*.log
51+
*.sql
52+
*.sqlite
53+
54+
# OS generated files #
55+
######################
56+
.DS_Store*
57+
ehthumbs.db
58+
Icon?
59+
Thumbs.db
60+

.project

-22
This file was deleted.

.settings/org.erlide.core.prefs

-9
This file was deleted.

0 commit comments

Comments
 (0)