hydrabadger/.gitignore

30 lines
207 B
Plaintext
Raw Normal View History

2018-06-28 11:47:17 -07:00
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Other
/*.png
# Generated by Cargo
Cargo.lock
**/Cargo.lock
/target/
**/target/
# My junk
/data
**/tmp
/src/junk
/bak
2018-07-28 15:43:13 -07:00
*.gz
2019-08-13 00:38:55 -07:00
massif*
.vscode/