Files
GitMining/.gitignore
2015-04-10 14:12:48 +02:00

10 lines
106 B
Plaintext

#Ignore anything but haskell source and shell scripts
*
!*.hs
!*.sh
!**.java
!pom.xml
!*.txt
!*.md
!*.csv