diff options
author | 2021-09-07 14:11:39 +0200 | |
---|---|---|
committer | 2021-09-07 12:19:20 +0000 | |
commit | bf993cfb072e5457c77c350ac9edc795c170b591 (patch) | |
tree | bb0aecb07faadfd1d8ede6eb201c944803a4ba3f | |
parent | 6ae29f70d7d5915e8d6b0411fb5075ca2b7b6fb0 (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
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | tests/Camera2Tests/SmartCamera/SimpleCamera/.project | 33 | ||||
-rw-r--r-- | tests/HwAccelerationTest/.project | 33 |
3 files changed, 1 insertions, 66 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 diff --git a/tests/Camera2Tests/SmartCamera/SimpleCamera/.project b/tests/Camera2Tests/SmartCamera/SimpleCamera/.project deleted file mode 100644 index 2517e2d4f93d..000000000000 --- a/tests/Camera2Tests/SmartCamera/SimpleCamera/.project +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>CameraShoot</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.android.ide.eclipse.adt.ApkBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>com.android.ide.eclipse.adt.AndroidNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/tests/HwAccelerationTest/.project b/tests/HwAccelerationTest/.project deleted file mode 100644 index 7c04d3cb6426..000000000000 --- a/tests/HwAccelerationTest/.project +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>HwAccelerationTest</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.android.ide.eclipse.adt.ApkBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>com.android.ide.eclipse.adt.AndroidNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> |