Add .gitignore files to exclude the target directory for the various modules

This commit is contained in:
Ben Gruver 2011-10-29 13:06:01 -07:00 committed by Ben Gruver
parent 78d50d3273
commit 225535b1c9
6 changed files with 6 additions and 0 deletions

1
baksmali/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

1
dexlib/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

1
maven-smali-plugin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

1
smali-integration-tests/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

1
smali/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

1
util/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target