Correctly ignore changes to the configuration and include files from KDevelop
This commit is contained in:
parent
ac941215d5
commit
50574d8b1c
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -13,6 +13,9 @@
|
|||
# file-browser settings - anywhere
|
||||
.directory
|
||||
|
||||
# KDevelop include-path files - anywhere
|
||||
.kdev_include_paths
|
||||
|
||||
# CVS recovered versions - anywhere
|
||||
.#*
|
||||
|
||||
|
@ -104,8 +107,8 @@ etc/cshrc
|
|||
etc/bashrc
|
||||
etc/settings.csh
|
||||
etc/settings.sh
|
||||
etc/pref.csh
|
||||
etc/pref.sh
|
||||
etc/prefs.csh
|
||||
etc/prefs.sh
|
||||
|
||||
# make sure that this settings file is not used
|
||||
etc/bashrc.preset
|
||||
|
|
Reference in a new issue