Skip to content

Commit

Permalink
Configuration of .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
gallandarakhneorg committed Nov 17, 2013
0 parents commit 49be012
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Eclipse
.classpath
.metadata/
.settings/
.project

# NetBean
bin/

# Subversion and CVS
.svn/
.cvs/
.git/

# Maven
target/

# Compiled files
*.class
*.o
*.a
*.lib
*.dll
*.exe

# Temp files
*.bak
*~

0 comments on commit 49be012

Please sign in to comment.