diff options
author | Jeff Epler <jepler@unpythonic.net> | 2006-01-24 21:45:21 +0000 |
---|---|---|
committer | Jeff Epler <jepler@unpythonic.net> | 2006-01-24 21:45:21 +0000 |
commit | feb96ce25713e67b75c12514bef060f917b5603f (patch) | |
tree | f4e6728a6bf3790702ebdf864eeed42aa31f15c5 | |
parent | e006128e47557a34250463fcb44b36329c1f391c (diff) | |
download | linuxcnc-feb96ce25713e67b75c12514bef060f917b5603f.tar.gz linuxcnc-feb96ce25713e67b75c12514bef060f917b5603f.zip |
Add cvsignore file so that cvs doesn't complain about the .h and .hh files that are moved here during the build
-rw-r--r-- | include/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/.cvsignore b/include/.cvsignore new file mode 100644 index 000000000..78f5e95a2 --- /dev/null +++ b/include/.cvsignore @@ -0,0 +1,2 @@ +*.hh +*.h |