diff --git a/.gitignore b/.gitignore index 3f8462e973481142b88d6451052efc95c53ae7a3..f69eedcf9aa650645eba7b50612c435a5fd10533 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,20 @@ CACHE/? CACHE/lang_* CACHE/skel_* +IMG/artoff* +IMG/arton* +IMG/autoff* +IMG/auton* +IMG/breveoff* +IMG/breveon* +IMG/cache-* +IMG/motoff* +IMG/moton* +IMG/ruboff* +IMG/rubon* +IMG/siteoff* +IMG/siteon* +IMG/test_* ecrire/data/.htaccess ecrire/data/.htpasswd ecrire/data/.htpasswd-admin diff --git a/IMG/.cvsignore b/IMG/.cvsignore new file mode 100644 index 0000000000000000000000000000000000000000..f0da3b5c5d934b242f2eb37166dd93857f423068 --- /dev/null +++ b/IMG/.cvsignore @@ -0,0 +1,15 @@ +arton* +artoff* +rubon* +ruboff* +siteon* +siteoff* +auton* +autoff* +breveon* +breveoff* +moton* +motoff* + +test_* +cache-* \ No newline at end of file