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