Skip to content

Commit

Permalink
added git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Ganduri committed Mar 16, 2013
1 parent 066833c commit adae7e5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
@@ -0,0 +1,17 @@
#this is a comment
/tmp # ignore /tmp file or directory
.DS_Store
*.class # ignore class files
# ignore target
Night Time Display/target
Night Time Display/.settings
Night Time Display/.factorypath
Night Time Display/.apt_generated
Night Time Display/bin
Night Time Display/gen
Night Time Display/build.sh
*.iml
*.ipr
*.iws
*.swp
*~ #ignore all files that end with tilde

0 comments on commit adae7e5

Please sign in to comment.