From e2e48255187dddd84ee08cbbac91847d7a15c240 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Nov 2012 01:39:02 +0100 Subject: first commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3848fef --- /dev/null +++ b/.gitignore @@ -0,0 +1,60 @@ +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. + + +## Private non-staging workspace +################################## + +/_/ + + +## Temporary and backup files +############################### + +*~ +\#*\# +.\# +*.swp +*.bak + + +## Hidden files +################# + +.* +.*/ +!.gitignore + + +## Distribution +################# + +/dist/archlinux +!/dist/archlinux/*/PKGBUILD +!/dist/archlinux/*/*.install +!/dist/archlinux/*/*.patch + + +## Archives +############# + +*.gz + + +## Built documentation +######################## + +*.info +*.pdf +*.ps +*.dvi + + +## Python +########### + +*.pyc +__pycache__/ + -- cgit v1.2.3-70-g09d2