Skip to content

Commit

Permalink
Format and partially describe Gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Cruz Julian Bishop <cruz@techern.com>
  • Loading branch information
Cruz Julian Bishop authored and Norman Maurer committed Dec 10, 2013
1 parent b8fb8f3 commit 81fa70c
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
#Eclipse project files
.project
.classpath
.settings

#IntelliJ IDEA project files and directories
*.iml
*.ipr
*.iws
.idea/

#Geany project file
.geany

#KDevelop project file and directory
.kdev4/
*.kdev4

#Build targets
/target
*/target

#Report directories
/reports
*/reports
.DS_Store
.kdev4/
*.kdev4

#Mac-specific directory that no other operating system needs.
.DS_Store

0 comments on commit 81fa70c

Please sign in to comment.