Add initial .gitignore file.

We ignore all generated files, apart from the *.c files which are needed
to be able to bootstrap nuweb.
This commit is contained in:
2024-03-15 08:13:02 +00:00
parent 6ba17b6389
commit 087732177f

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# .gitignore for nuweb
*.o
*.swp
nuweb
nuweb.tex
nuweb.1
*.aux
*.dvi
*.log
*.out
*.toc