diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-28 13:18:17 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-28 13:18:17 +0200 |
commit | 2e77df91e9a4642ddfffaf51a105661d66b4a378 (patch) | |
tree | 2e9d9825285e8fdb0599d894cf59f5863567bdcd /.gitignore | |
parent | 7eb74923609aed3d69f1cc8619c8daeeac95c20f (diff) | |
download | nextcloud-server-2e77df91e9a4642ddfffaf51a105661d66b4a378.tar.gz nextcloud-server-2e77df91e9a4642ddfffaf51a105661d66b4a378.zip |
add apps/inc.php to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 68c48822e9d..4bfd1a9e032 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ data owncloud config/config.php +apps/inc.php # just sane ignores .*.sw[po] |