Updating .gitignore to ignore *.geany project files.
This commit is contained in:
parent
f92fa6989e
commit
08c38c8158
|
@ -32,4 +32,7 @@ RCS/*
|
|||
# netbeans
|
||||
nbproject
|
||||
|
||||
.DS_Store
|
||||
# geany
|
||||
*.geany
|
||||
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in New Issue