configuration/config/git/ignore

36 lines
230 B
Plaintext
Raw Normal View History

2016-04-26 17:11:16 +02:00
# Compressed files
*.gz
*.zip
2016-05-09 23:00:17 +02:00
# Database files
*.db
2016-04-26 17:11:16 +02:00
# Java
*.jar
*.class
# C
*.o
a.out
2017-10-30 23:20:53 +01:00
# Haskell
.stack-work
2018-01-04 17:44:55 +01:00
*.hi
2020-11-14 14:38:08 +01:00
stack.yaml.lock
2018-10-08 13:35:19 +02:00
# Rust
Cargo.lock
target/
2019-03-11 10:40:38 +01:00
# LaTeX
*.log
*.aux
*.toc
*.pdf
2021-08-17 08:57:54 +02:00
*.bbl
*.blg
2021-01-23 22:36:37 +01:00
# Python
__pycache__