Skip to content

Commit e18e54b

Browse files
committed
Merge pull request #50 from XraySpectroscopy/languages_folder
move fortran, python, perl into languages folder
2 parents 8f62356 + 4add0a9 commit e18e54b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+70
-71
lines changed

.gitignore

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,29 @@ c/libxdifile.so
1515
c/stamp-h1
1616
c/xdi_reader
1717

18-
fortran/Makefile
19-
fortran/config.h
20-
fortran/config.log
21-
fortran/config.status
22-
fortran/stamp-h1
23-
fortran/xdi_example1
18+
languages/fortran/Makefile
19+
languages/fortran/config.h
20+
languages/fortran/config.log
21+
languages/fortran/config.status
22+
languages/fortran/stamp-h1
23+
languages/fortran/xdi_example1
2424

25-
python/build/*
25+
languages/python/build/*
2626

27-
perl/_Inline
28-
perl/_build
29-
perl/blib
30-
perl/Build
31-
perl/META.yml
32-
perl/MYMETA.yml
33-
perl/MYMETA.json
34-
perl/MANIFEST.bak
35-
perl/Makefile
36-
perl/Makefile.old
37-
perl/XDIFile.inl
38-
perl/pm_to_blib
39-
_Inline/*
40-
perl/t/baddata/coverage.txt
41-
perl/*.inl
27+
languages/perl/_Inline
28+
languages/perl/_build
29+
languages/perl/blib
30+
languages/perl/Build
31+
languages/perl/META.yml
32+
languages/perl/MYMETA.yml
33+
languages/perl/MYMETA.json
34+
languages/perl/MANIFEST.bak
35+
languages/perl/Makefile
36+
languages/perl/Makefile.old
37+
languages/perl/XDIFile.inl
38+
languages/perl/pm_to_blib
39+
languages/perl/t/baddata/coverage.txt
40+
languages/perl/*.inl
4241

4342
*.aux
4443
*.dvi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)