Files
GitMining/.gitignore
2015-04-12 15:44:54 +02:00

10 lines
111 B
Plaintext

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