From 3d1af7af866581cdd11c34f639c0685f25044c31 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 3 Jan 2012 09:55:41 +0000 Subject: [PATCH] git: add ignore file This is the same as the svn:ignore property with the addition of '.svn' --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..d4db08443d --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.svn +*~ +.classpath +.idea +.metadata* +.project +.settings +AdminSettings.php +LocalSettings.php +StartProfiler.php +cscope.files +cscope.out +favicon.ico +nbproject* +project.index +static* +tags -- 2.20.1