diff options
author | friendica <info@friendica.com> | 2012-03-01 18:54:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-01 18:54:50 -0800 |
commit | 8207272fbc9cdc76988a2848552528e28951fe27 (patch) | |
tree | 1ddf5cab57f55349bcc6ee834ea0f2a9754a986b /.gitignore | |
parent | 58e3372b23b286334e5195b1b8f70448715ed493 (diff) | |
parent | a5256b7996bca6515becac8c2d5d0c56b31119ea (diff) | |
download | volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.gz volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.bz2 volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.zip |
Merge branch 'pull'
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3dfb8a903..6302bc1c8 100755 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,11 @@ home.html addon *~ +#ignore documentation, it should be newly built +doc/api + +#ignore config files from eclipse, we don't want IDE files in our repository +.project +.buildpath +.externalToolBuilders +.settings |