diff options
author | OpenSLX | 2010-01-20 16:47:35 +0100 |
---|---|---|
committer | OpenSLX | 2010-01-20 16:47:35 +0100 |
commit | 04173263974af0e7a354e066b9d7ec9c13c4289d (patch) | |
tree | 82dc2e2662d24e0aaba8a16c4c90b3819c06a662 /.gitignore | |
download | pbs-04173263974af0e7a354e066b9d7ec9c13c4289d.tar.gz pbs-04173263974af0e7a354e066b9d7ec9c13c4289d.tar.xz pbs-04173263974af0e7a354e066b9d7ec9c13c4289d.zip |
initial import
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5ae9a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ +.settings +.project +.buildpath +data/db/pbs.db +data/debug.log +data/kernels/ +public/isos/ |