From: Carsten Schlote <[email protected]> Hides _large_ build directories and other temporary stuff from git. Otherwise a GIT scan for changes takes ages!
Signed-off-by: Carsten Schlote <[email protected]> --- .gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c9c1bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +selected_ptxconfig +logfile +p +*~ +*.old +dist/* +inst/* +platform-* -- 1.6.6.1 -- ptxdist mailing list [email protected]
