summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author wescande <wescande@google.com> 2021-09-07 14:11:39 +0200
committer William Escande <wescande@google.com> 2021-09-07 12:19:20 +0000
commitbf993cfb072e5457c77c350ac9edc795c170b591 (patch)
treebb0aecb07faadfd1d8ede6eb201c944803a4ba3f /.gitignore
parent6ae29f70d7d5915e8d6b0411fb5075ca2b7b6fb0 (diff)
Delete some ide autogen files
Theses 2 files are always edited by my language server. And I always need to avoid adding them to my commit despite my exclude rules This CL delete them and add the rule to gitignore. Test: None Change-Id: Ief63e548bc63899dadeb53a51a16d6cd8ca0e002
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c47cc8bf2538..2dffb7a8697d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.idea
+.project
*.iml
*.sw*
gen/ \ No newline at end of file