projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353c8dd
)
Updated .gitignore
89/6789/5
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sun, 28 Oct 2018 15:29:55 +0000
(16:29 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 7 Nov 2018 01:02:55 +0000
(
02:02
+0100)
Change-Id: Ia1691e95c904170e5ec10d5f15bde06fa4319ded
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
d9a3498
..
e750d4e
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,2
+1,16
@@
*.pyc
.cache
+
+#Debian packaging related files
+debian/osm-devops.install
+pool
+osm-devops-*.post*
+osm-devops_*.post*
+
+#IDEs
+.idea
+
+#local stuff files that end in ".local" or folders called "local"
+*.local
+local
+