From d19030658c6329817759164b07a68cfd8b9c506c Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 17 Mar 2013 12:05:54 +0100 Subject: [PATCH] Standard gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8000087 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# For a project mostly in C, the following would be a good set of +# Lines that start with '#' are comments. +# exclude patterns (uncomment them if you want to use them): +# git-ls-files --others --exclude-from=.git/info/exclude +*.directory +*.py[co] +*~ +.*.sw[p,o] +/build +tags +.swp.* +.kdev4/ +*.kdev4 +*.moc