Files
GitMining/.gitignore
2015-04-07 16:49:31 +02:00

9 lines
99 B
Plaintext

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