Skip to content

Commit 4a55040

Browse files
committed
chore: Update gitignore
* Ignore profiling artifacts * Add emacs and nix artifacts
1 parent 8492a73 commit 4a55040

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

.gitignore

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,34 @@
1-
dist-newstyle/
1+
# Haskell
2+
.ghc.environment.*
23
.stack-work/
4+
cabal.project.local
5+
dist-newstyle/
36
dist
4-
*.swp
7+
8+
*.prof
9+
*.aux
10+
*.hp
11+
*.eventlog
12+
513
log-dir
6-
result*
714
launch_*
8-
cabal.project.local
915
gen/
10-
/.vscode
11-
.DS_Store
12-
1316
cardano-chain-gen/test/testfiles/temp/
1417
/secp256k1/
1518

16-
.ghc.environment.*
19+
# Vim
20+
*.swp
21+
22+
# Emacs
23+
.dir-locals.el
24+
25+
# Nix
26+
.direnv
27+
.envrc
28+
result*
29+
30+
# VS Code
31+
/.vscode
32+
33+
# MacOS
34+
.DS_Store

0 commit comments

Comments
 (0)