git is XDG these days
This commit is contained in:
parent
f4853eaa5e
commit
bbbd65b312
2 changed files with 0 additions and 2 deletions
30
config/git/ignore
Normal file
30
config/git/ignore
Normal file
|
@ -0,0 +1,30 @@
|
|||
|
||||
# Compressed files
|
||||
*.gz
|
||||
*.zip
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
|
||||
# Java
|
||||
*.jar
|
||||
*.class
|
||||
|
||||
# C
|
||||
*.o
|
||||
a.out
|
||||
|
||||
# Haskell
|
||||
.stack-work
|
||||
*.hi
|
||||
stack.yaml.lock
|
||||
|
||||
# Rust
|
||||
Cargo.lock
|
||||
target/
|
||||
|
||||
# LaTeX
|
||||
*.log
|
||||
*.aux
|
||||
*.toc
|
||||
*.pdf
|
Loading…
Add table
Add a link
Reference in a new issue