forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,32 @@ | ||
#Eclipse project files | ||
# Eclipse project files | ||
.project | ||
.classpath | ||
.settings | ||
|
||
#IntelliJ IDEA project files and directories | ||
# IntelliJ IDEA project files and directories | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
#Geany project file | ||
# Geany project file | ||
.geany | ||
|
||
#KDevelop project file and directory | ||
# KDevelop project file and directory | ||
.kdev4/ | ||
*.kdev4 | ||
|
||
#Build targets | ||
# Build targets | ||
/target | ||
*/target | ||
|
||
#Report directories | ||
# Report directories | ||
/reports | ||
*/reports | ||
|
||
#Mac-specific directory that no other operating system needs. | ||
.DS_Store | ||
# Mac-specific directory that no other operating system needs. | ||
.DS_Store | ||
|
||
# JVM crash logs | ||
hs_err_pid*.log | ||
|