Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
b2ec0c35
Commit
b2ec0c35
authored
9 years ago
by
Aaron Niskode-Dossett
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #63 from hortonworks/python_cleanup
small changes to accommodate python in the project
parents
e631ed0a
e02cfc05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
.gitignore
.gitignore
+3
-0
pom.xml
pom.xml
+14
-1
No files found.
.gitignore
View file @
b2ec0c35
...
...
@@ -35,3 +35,6 @@ maven-eclipse.xml
logs
*.log
test-output
#Python
*.pyc
This diff is collapsed.
Click to expand it.
pom.xml
View file @
b2ec0c35
...
...
@@ -1027,7 +1027,20 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-clean-plugin
</artifactId>
<configuration>
<filesets>
<fileset>
<directory>
${basedir}
</directory>
<includes>
<include>
**/*.pyc
</include>
</includes>
<followSymlinks>
false
</followSymlinks>
</fileset>
</filesets>
</configuration>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment