aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore43
1 files changed, 33 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 9e3144e7d..f59381737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,34 @@
-.idea
-*.iml
-.checkstyle
-.classpath
-.project
-.fbExcludeFilterFile
-.settings/
-target/
-target-ide/
-yang-gen-sal/
+# Target dir in all projects
+**/target/*
+**/target-ide/*
+
+# Logs dir in all projects
+**/logs/*
+**/debug-logs/*
+
+# Added for Intellij IDEA IDE
+**/.idea/*
+
+# Generated models and features
+**/bin/*
+
+# MANIFEST.MF is updated on every clean install
+**/src/main/resources/META-INF/
+**/src/main/yang-gen-sal
+**/src/main/yang-gen-config
+
+
+**/pom.xml.versionsBackup
+**/.fbExcludeFilterFile
+**/.flattened-pom.xml
+**/.pydevproject
+**/.checkstyle
+**/.classpath
+**/.settings
+**/.project
+
+**/*.class
+**/*.prefs
+**/*.iml
+
direct-dependencies.txt