aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFarshid Monhaseri <monhaseri.f@gmail.com>2020-02-04 09:39:28 +0330
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-17 16:43:37 +0000
commit4f0e6df595e3eeb757c39a41db7e02de7962f561 (patch)
treec42fbd1355687b141070e2a0e56441edb3985258 /.gitignore
parentfd0fd0a0b88355398d7f57c34e30b47a94c8329f (diff)
mediascanner: Add '.gitignore'
- Added initial '.gitignore' file with a few initial rules Signed-off-by: Farshid Monhaseri <monhaseri.f@gmail.com> Change-Id: I614f453bc24b5e1af1c8a8f0cb3dd39f2c3c6210
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1eaa406
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+
+.idea/*
+.vscode/*
+build*/* \ No newline at end of file