diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2012-08-22 10:34:38 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2012-08-22 10:34:38 +0200 |
commit | 5782941b257fd32e925d9a23b41846c6e17a7201 (patch) | |
tree | 6497bbe81d9556788bcda0cec05e50ca4d462f83 | |
parent | 570d58dd646b5b301befb8d21fb567adb09c0cb0 (diff) | |
download | dokuwiki-5782941b257fd32e925d9a23b41846c6e17a7201.tar.gz dokuwiki-5782941b257fd32e925d9a23b41846c6e17a7201.zip |
git ignore IntelliJ Idea .iml files
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eb2474a3f..1daf647bf 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.old *~ *.DS_Store +*.iml /data/attic/* /data/cache/* /data/index/* |