Files
GitMining/.gitignore
2015-04-07 14:34:03 +02:00

6 lines
84 B
Plaintext

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