1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-24 10:06:05 +02:00
crowbook/.gitignore
Elisabeth Henry 4299ee5eea Added `doc-pak` to `.gitignore`
This file gets generated automatically by `checkinstall`, so there is
no need to include it in the repository.
2016-03-01 04:09:39 +01:00

26 lines
200 B
Plaintext

# Compiled files
Cargo.lock
*.o
*.so
*.rlib
*.dll
*~
.*
\#*
# Generated by checkinstall
doc-pak/
# Executables
*.exe
# Rendered files
*.epub
*.html
*.pdf
*.odt
*.tex
# Generated by Cargo
/target/