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:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# .gitignore for nuweb
|
||||||
|
*.o
|
||||||
|
*.swp
|
||||||
|
nuweb
|
||||||
|
nuweb.tex
|
||||||
|
nuweb.1
|
||||||
|
*.aux
|
||||||
|
*.dvi
|
||||||
|
*.log
|
||||||
|
*.out
|
||||||
|
*.toc
|
Reference in New Issue
Block a user