-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
95 lines (78 loc) · 1.13 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.vscode/
# Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
.bin/
**/src/Main
# C++
AppendixB_FightClub_CPP_value_program
AppendixB_FightClub_CPP_OOP_program
# OCaml
**/rosetta-stone/ocaml/**/_build
# Rust
**/rust*/target/
**/rosetta-stone/rust/**/target/
# Ignoring files related to editor configurations and temporary files
**/*.rs.bk
**/*.swp
**/*.swo
*.bak
*.tmp
*.swp
*.swo
*.bak
*.tmp
*.dSYM/
*.profdata
*.gcda
*.gcno
*.log
*.out
# Scala
# sbt-specific files
**/scala*/target/
**/scala*/project/target/
**/scala*/project/project/
# Scala specific files
**/scala*/*.class
**/scala*/*.log
**/scala*/*.lock
# sbt specific files
**/scala*/lib_managed/
**/scala*/src_managed/
**/scala*/.stsworkspace
**/scala*/.ensime
**/scala*/.ensime_cache
**/scala*/.idea_modules/
**/scala*/.history
**/scala*/.cache/
**/scala*/lib_managed/
**/scala*/src_managed/
**/scala*/dist/
**/scala*/tmp/
# Logs
**/scala*/logs/
**/scala*/*.log
# Temporary files
**/scala*/tmp/