diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x[-rw-r--r--] | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6cb36fb26..18543589c 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ favicon.* .htconfig.php \#* include/jquery-1.4.2.min.js +*.gz *.log *.out *.version* @@ -9,11 +10,15 @@ home.html addon *~ compiled/ +custom/ +/store/ # patch attempts *.orig *.rej +# composer files (for fetching sabre) +composer.* #ignore documentation, it should be newly built doc/api @@ -29,3 +34,9 @@ report/ #ignore OSX .DS_Store files .DS_Store + +#netbeans project folder +nbproject + +#Kdevelop project files +*.kdev4 |