diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-09-15 09:56:44 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-09-16 06:33:54 -0700 |
commit | 638b006bd27416b2ebb5257a0aba8dd59e16f5a5 (patch) | |
tree | ff53c20336eb80a8643273993cd961ccdcc31024 | |
parent | be3937d00ee600a5bba877ede08fdddd6f2fcd0a (diff) |
xts5: Ignore results directory
Now that tcc will create the results directory, we don't need a dummy
file and can just ignore the whole directory.
-rw-r--r-- | xts5/.gitignore | 1 | ||||
-rw-r--r-- | xts5/results/.cvsignore | 2 | ||||
-rw-r--r-- | xts5/results/empty | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/xts5/.gitignore b/xts5/.gitignore index 95a09453..af9e77b7 100644 --- a/xts5/.gitignore +++ b/xts5/.gitignore @@ -1 +1,2 @@ tetexec.cfg +results diff --git a/xts5/results/.cvsignore b/xts5/results/.cvsignore deleted file mode 100644 index 8ac56a24..00000000 --- a/xts5/results/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -install.log -[0-9][0-9][0-9][0-9][be] diff --git a/xts5/results/empty b/xts5/results/empty deleted file mode 100644 index e69de29b..00000000 --- a/xts5/results/empty +++ /dev/null |