-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
52 lines (41 loc) · 969 Bytes
/
.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
a.out
*#
*~
corpus.txt
*.bak
report.*.json
sfind_longest
timer_linux_amd64
build/*
test.cpython*
test_cython.cpython*
test_cython.c
obj/*
sbytetest*
ssimpletest*
mfind_longest
find_longest_word/target/*
results.dat
.#*
find_longest
# ----------------
# Elixir ignores
# ----------------
# The directory Mix will write compiled artifacts to.
elixir/_build/
# If you run "mix test --cover", coverage assets end up here.
elixir/cover/
# The directory Mix downloads your dependencies sources to.
elixir/deps/
# Where 3rd-party dependencies like ExDoc output generated docs.
elixir/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
elixir/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
elixir/erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
elixir/*.ez
# Ignore package tarball (built via "mix hex.build").
elixir/longest_word_finder-*.tar
elixir/txt/corpus.txt
elixir/.elixir_ls