Files
nuweb/.gitignore
Matthew Gretton-Dann 087732177f Add initial .gitignore file.
We ignore all generated files, apart from the *.c files which are needed
to be able to bootstrap nuweb.
2024-03-15 08:13:02 +00:00

12 lines
87 B
Plaintext

# .gitignore for nuweb
*.o
*.swp
nuweb
nuweb.tex
nuweb.1
*.aux
*.dvi
*.log
*.out
*.toc