diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-08-23 08:56:44 +0000 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-08-23 08:56:44 +0000 |
| commit | bf1cfad391cdadc136f52f6c7efc3fb711abcc46 (patch) | |
| tree | e8675ef1eff7401c29a1ebed5f191412d3d0640c | |
| parent | 76cad67b29b040686a32bae517b6206f70cf2852 (diff) | |
| download | dotfiles-bf1cfad391cdadc136f52f6c7efc3fb711abcc46.tar.gz dotfiles-bf1cfad391cdadc136f52f6c7efc3fb711abcc46.zip | |
Ignore the .kdev_include_paths hidden files for projects using git or hg
| -rw-r--r-- | global.gitignore | 1 | ||||
| -rw-r--r-- | global.hgignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/global.gitignore b/global.gitignore index b34c75c..4d457aa 100644 --- a/global.gitignore +++ b/global.gitignore @@ -9,6 +9,7 @@ build/ .kdev4/ *.kdev4 +.kdev_include_paths .directory *.kate-swp LLEGEIXME.txt diff --git a/global.hgignore b/global.hgignore index 6726c8e..e3d9230 100644 --- a/global.hgignore +++ b/global.hgignore @@ -11,6 +11,7 @@ syntax: glob build/ .kdev4/ *.kdev4 +.kdev_include_paths .directory *.kate-swp LLEGEIXME.txt |
