diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 03:14:30 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 03:14:30 +0200 |
commit | 4ad60babbce6929c489c6c37e71ff34f31d8332f (patch) | |
tree | 7ac440bfed78b687a214fcfe762f5487d24465d0 /.gitignore | |
parent | 85ce15b9c55502091ad83b776f5066caaf21c7b9 (diff) | |
download | luatexbase-4ad60babbce6929c489c6c37e71ff34f31d8332f.tar.gz |
Let git ignore generated files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d315825 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.lua +*.pdf +*.sty +test-* |