b6874fcaa5
Signed-off-by: Cruz Julian Bishop <cruz@techern.com>
28 lines
351 B
Plaintext
28 lines
351 B
Plaintext
#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
|
|
|
|
#Mac-specific directory that no other operating system needs.
|
|
.DS_Store |